Html Css Color HEX #35936C Eucalyptus

📋 copy color: '#35936C'

red 53 ◦ green 147 ◦ blue 108

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

Shades of Eucalyptus #35936C

Tints of Eucalyptus #35936C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.73%

 BLUE value IS 108 (42.58% from 255) = 35.06%

R = 17.21%
G = 47.73%
B = 35.06%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#35936C (or 0x35936C) is known color: Eucalyptus. HEX triplet: 35, 93 and 6C. RGB value is (53,147,108). Sum of RGB (Red+Green+Blue) = 53+147+108=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #35936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35936C is #CA6C93. Grayscale: #727272. Windows color (decimal): -13266068 or 7115573. OLE color: 7115573.

HSL color Cylindrical-coordinate representation of color #35936C: hue angle of 155.11º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35936C is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 147 108 -
CMYK 0.64 0 0.27 0.42
HSL 155.11º 0.47% 0.39% -
HSV(B) 155.11º 0.64% 0.58% -
XYZ 14.61 22.71 17.8 -
YUV 114.45 124.36 84.17 -
System Red Green Blue C M Y K H S L
Decimal 53 147 108 0.64 0 0.27 0.42 155.11 0.47 0.39
Hex 35 93 6C 40 0 1B 2A 9B 2F 27
Octal 65 223 154 100 0 33 52 233 57 47
Binary 110101 10010011 1101100 1000000 0 11011 101010 10011011 101111 100111

Color Harmonies of #35936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35936C

Black with #35936C

Text Example


Text Example

White with #35936C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35936C; }

 p { color: rgb(53,147,108); }

 H1.HeaderClassName
 {
   color: #35936C;
 }
 .AnyTagClassName
 {
   color: #35936C;
 }
</style>

background-color css

<style>
 a { background-color: #35936C; }

 a { background-color: rgb(53,147,108); }

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

border-color css

<style>
 span { border-color: #35936C; }

 span { border-color: rgb(53,147,108); }

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