Html Css Color HEX #35A062 Eucalyptus

📋 copy color: '#35A062'

red 53 ◦ green 160 ◦ blue 98

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

Shades of Eucalyptus #35A062

Tints of Eucalyptus #35A062

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.45%

 BLUE value IS 98 (38.67% from 255) = 31.51%

R = 17.04%
G = 51.45%
B = 31.51%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#35A062 (or 0x35A062) is known color: Eucalyptus. HEX triplet: 35, A0 and 62. RGB value is (53,160,98). Sum of RGB (Red+Green+Blue) = 53+160+98=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #35A062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A062 is #CA5F9D. Grayscale: #797979. Windows color (decimal): -13262750 or 6463541. OLE color: 6463541.

HSL color Cylindrical-coordinate representation of color #35A062: hue angle of 145.23º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A062 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 53 160 98 -
CMYK 0.67 0 0.39 0.37
HSL 145.23º 0.5% 0.42% -
HSV(B) 145.23º 0.67% 0.63% -
XYZ 16.24 26.78 15.87 -
YUV 120.94 115.05 79.54 -
System Red Green Blue C M Y K H S L
Decimal 53 160 98 0.67 0 0.39 0.37 145.23 0.5 0.42
Hex 35 A0 62 43 0 27 25 91 32 2A
Octal 65 240 142 103 0 47 45 221 62 52
Binary 110101 10100000 1100010 1000011 0 100111 100101 10010001 110010 101010

Color Harmonies of #35A062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A062

Black with #35A062

Text Example


Text Example

White with #35A062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35A062; }

 p { color: rgb(53,160,98); }

 H1.HeaderClassName
 {
   color: #35A062;
 }
 .AnyTagClassName
 {
   color: #35A062;
 }
</style>

background-color css

<style>
 a { background-color: #35A062; }

 a { background-color: rgb(53,160,98); }

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

border-color css

<style>
 span { border-color: #35A062; }

 span { border-color: rgb(53,160,98); }

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