#35925A

Color #35925A Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #35925A

Tints of Eucalyptus #35925A

Color information

#35925A (or 0x35925A) is unknown color: approx Eucalyptus. HEX triplet: 35, 92 and 5A. RGB value is (53,146,90). Sum of RGB (Red+Green+Blue) = 53+146+90=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #35925A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35925A is #CA6DA5. Grayscale: #6F6F6F. Windows color (decimal): -13266342 or 5935669. OLE color: 5935669.

HSL color Cylindrical-coordinate representation of color #35925A: hue angle of 143.87º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35925A is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB5314690-
CMYK0.6400.380.43
HSL143.87º46.73%39.02%-
HSV(B)143.87º63.7%57.25%-
XYZ13.5922.0513.21-
YUV111.81115.6986.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 146 (57.42% from 255) = 50.52%
BLUE value IS 90 (35.55% from 255) = 31.14%
R=18.34%
G=50.52%
B=31.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53146900.6400.380.43143.8746.7339.02
Hex35925A400262B902f27
Octal65222132100046532205747
Binary1101011001001010110101000000010011010101110010000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35925A; }

 p { color: rgb(53,146,90); }

 H1.HeaderClassName
 {
   color: #35925A;
 }
 .AnyTagClassName
 {
   color: #35925A;
 }
</style>
background-color css

<style>
 a { background-color: #35925A; }

 a { background-color: rgb(53,146,90); }

 div.DivClassName
 {
   background-color: #35925A;
 }
 .BgClassName
 {
   background-color: #35925A;
 }
</style>
border-color css

<style>
 span { border-color: #35925A; }

 span { border-color: rgb(53,146,90); }

 td.TdClassName
 {
   border-color: #35925A;
 }
 .TagClassName
 {
   border-color: #35925A;
 }
</style>