Html Css Color HEX #35916A Eucalyptus

📋 copy color: '#35916A'

red 53 ◦ green 145 ◦ blue 106

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

Shades of Eucalyptus #35916A

Tints of Eucalyptus #35916A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.87%

R = 17.43%
G = 47.7%
B = 34.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#35916A (or 0x35916A) is known color: Eucalyptus. HEX triplet: 35, 91 and 6A. RGB value is (53,145,106). Sum of RGB (Red+Green+Blue) = 53+145+106=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #35916A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35916A is #CA6E95. Grayscale: #717171. Windows color (decimal): -13266582 or 6983989. OLE color: 6983989.

HSL color Cylindrical-coordinate representation of color #35916A: hue angle of 154.57º 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 #35916A is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 106 -
CMYK 0.63 0 0.27 0.43
HSL 154.57º 0.46% 0.39% -
HSV(B) 154.57º 0.63% 0.57% -
XYZ 14.2 22.05 17.14 -
YUV 113.05 124.02 85.17 -
System Red Green Blue C M Y K H S L
Decimal 53 145 106 0.63 0 0.27 0.43 154.57 0.46 0.39
Hex 35 91 6A 3F 0 1B 2B 9B 2E 27
Octal 65 221 152 77 0 33 53 233 56 47
Binary 110101 10010001 1101010 111111 0 11011 101011 10011011 101110 100111

Color Harmonies of #35916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35916A

Black with #35916A

Text Example


Text Example

White with #35916A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35916A;
 }
 .AnyTagClassName
 {
   color: #35916A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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