Html Css Color HEX #35A26A Eucalyptus

📋 copy color: '#35A26A'

red 53 ◦ green 162 ◦ blue 106

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

Shades of Eucalyptus #35A26A

Tints of Eucalyptus #35A26A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.47%

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

R = 16.51%
G = 50.47%
B = 33.02%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#35A26A (or 0x35A26A) is known color: Eucalyptus. HEX triplet: 35, A2 and 6A. RGB value is (53,162,106). Sum of RGB (Red+Green+Blue) = 53+162+106=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #35A26A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A26A is #CA5D95. Grayscale: #7B7B7B. Windows color (decimal): -13262230 or 6988341. OLE color: 6988341.

HSL color Cylindrical-coordinate representation of color #35A26A: hue angle of 149.17º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A26A is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 162 106 -
CMYK 0.67 0 0.35 0.36
HSL 149.17º 0.51% 0.42% -
HSV(B) 149.17º 0.67% 0.64% -
XYZ 16.99 27.64 18.07 -
YUV 123.03 118.39 78.05 -
System Red Green Blue C M Y K H S L
Decimal 53 162 106 0.67 0 0.35 0.36 149.17 0.51 0.42
Hex 35 A2 6A 43 0 23 24 95 33 2A
Octal 65 242 152 103 0 43 44 225 63 52
Binary 110101 10100010 1101010 1000011 0 100011 100100 10010101 110011 101010

Color Harmonies of #35A26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A26A

Black with #35A26A

Text Example


Text Example

White with #35A26A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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