Html Css Color HEX #35926D Eucalyptus

📋 copy color: '#35926D'

red 53 ◦ green 146 ◦ blue 109

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

Shades of Eucalyptus #35926D

Tints of Eucalyptus #35926D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.4%

 BLUE value IS 109 (42.97% from 255) = 35.39%

R = 17.21%
G = 47.4%
B = 35.39%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#35926D (or 0x35926D) is known color: Eucalyptus. HEX triplet: 35, 92 and 6D. RGB value is (53,146,109). Sum of RGB (Red+Green+Blue) = 53+146+109=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #35926D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35926D is #CA6D92. Grayscale: #727272. Windows color (decimal): -13266323 or 7180853. OLE color: 7180853.

HSL color Cylindrical-coordinate representation of color #35926D: hue angle of 156.13º 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 #35926D is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 146 109 -
CMYK 0.64 0 0.25 0.43
HSL 156.13º 0.47% 0.39% -
HSV(B) 156.13º 0.64% 0.57% -
XYZ 14.51 22.42 18.03 -
YUV 113.98 125.19 84.51 -
System Red Green Blue C M Y K H S L
Decimal 53 146 109 0.64 0 0.25 0.43 156.13 0.47 0.39
Hex 35 92 6D 40 0 19 2B 9C 2F 27
Octal 65 222 155 100 0 31 53 234 57 47
Binary 110101 10010010 1101101 1000000 0 11001 101011 10011100 101111 100111

Color Harmonies of #35926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35926D

Black with #35926D

Text Example


Text Example

White with #35926D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35926D; }

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

 H1.HeaderClassName
 {
   color: #35926D;
 }
 .AnyTagClassName
 {
   color: #35926D;
 }
</style>

background-color css

<style>
 a { background-color: #35926D; }

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

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

border-color css

<style>
 span { border-color: #35926D; }

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

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