Html Css Color HEX #35926B Eucalyptus

📋 copy color: '#35926B'

red 53 ◦ green 146 ◦ blue 107

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

Shades of Eucalyptus #35926B

Tints of Eucalyptus #35926B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.97%

R = 17.32%
G = 47.71%
B = 34.97%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#35926B (or 0x35926B) is known color: Eucalyptus. HEX triplet: 35, 92 and 6B. RGB value is (53,146,107). Sum of RGB (Red+Green+Blue) = 53+146+107=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 146 (57.42% from 255 or 47.71% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 146 - color contains mainly: green. Hex color #35926B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35926B is #CA6D94. Grayscale: #717171. Windows color (decimal): -13266325 or 7049781. OLE color: 7049781.

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

Color convert

RGB 53 146 107 -
CMYK 0.64 0 0.27 0.43
HSL 154.84º 0.47% 0.39% -
HSV(B) 154.84º 0.64% 0.57% -
XYZ 14.4 22.38 17.47 -
YUV 113.75 124.19 84.67 -
System Red Green Blue C M Y K H S L
Decimal 53 146 107 0.64 0 0.27 0.43 154.84 0.47 0.39
Hex 35 92 6B 40 0 1B 2B 9B 2F 27
Octal 65 222 153 100 0 33 53 233 57 47
Binary 110101 10010010 1101011 1000000 0 11011 101011 10011011 101111 100111

Color Harmonies of #35926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35926B

Black with #35926B

Text Example


Text Example

White with #35926B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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