Html Css Color HEX #35915C Eucalyptus

📋 copy color: '#35915C'

red 53 ◦ green 145 ◦ blue 92

#35915C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #35915C

Tints of Eucalyptus #35915C

RGB

 RED value IS 53 (21.09% from 255) = 18.28%

 GREEN value IS 145 (57.03% from 255) = 50%

 BLUE value IS 92 (36.33% from 255) = 31.72%

R = 18.28%
G = 50%
B = 31.72%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#35915C (or 0x35915C) is known color: Eucalyptus. HEX triplet: 35, 91 and 5C. RGB value is (53,145,92). Sum of RGB (Red+Green+Blue) = 53+145+92=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #35915C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35915C is #CA6EA3. Grayscale: #6F6F6F. Windows color (decimal): -13266596 or 6066485. OLE color: 6066485.

HSL color Cylindrical-coordinate representation of color #35915C: hue angle of 145.43º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35915C is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 92 -
CMYK 0.63 0 0.37 0.43
HSL 145.43º 0.46% 0.39% -
HSV(B) 145.43º 0.63% 0.57% -
XYZ 13.53 21.78 13.62 -
YUV 111.45 117.02 86.31 -
System Red Green Blue C M Y K H S L
Decimal 53 145 92 0.63 0 0.37 0.43 145.43 0.46 0.39
Hex 35 91 5C 3F 0 25 2B 91 2E 27
Octal 65 221 134 77 0 45 53 221 56 47
Binary 110101 10010001 1011100 111111 0 100101 101011 10010001 101110 100111

Color Harmonies of #35915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35915C

Black with #35915C

Text Example


Text Example

White with #35915C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35915C; }

 p { color: rgb(53,145,92); }

 H1.HeaderClassName
 {
   color: #35915C;
 }
 .AnyTagClassName
 {
   color: #35915C;
 }
</style>

background-color css

<style>
 a { background-color: #35915C; }

 a { background-color: rgb(53,145,92); }

 div.DivClassName
 {
   background-color: #35915C;
 }
 .BgClassName
 {
   background-color: #35915C;
 }
</style>

border-color css

<style>
 span { border-color: #35915C; }

 span { border-color: rgb(53,145,92); }

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