Html Css Color HEX #35995E Eucalyptus

📋 copy color: '#35995E'

red 53 ◦ green 153 ◦ blue 94

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

Shades of Eucalyptus #35995E

Tints of Eucalyptus #35995E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51%

 BLUE value IS 94 (37.11% from 255) = 31.33%

R = 17.67%
G = 51%
B = 31.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#35995E (or 0x35995E) is known color: Eucalyptus. HEX triplet: 35, 99 and 5E. RGB value is (53,153,94). Sum of RGB (Red+Green+Blue) = 53+153+94=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #35995E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35995E is #CA66A1. Grayscale: #747474. Windows color (decimal): -13264546 or 6199605. OLE color: 6199605.

HSL color Cylindrical-coordinate representation of color #35995E: hue angle of 144.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35995E is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 153 94 -
CMYK 0.65 0 0.39 0.4
HSL 144.6º 0.49% 0.4% -
HSV(B) 144.6º 0.65% 0.6% -
XYZ 14.88 24.35 14.5 -
YUV 116.37 115.37 82.8 -
System Red Green Blue C M Y K H S L
Decimal 53 153 94 0.65 0 0.39 0.4 144.6 0.49 0.4
Hex 35 99 5E 41 0 27 28 91 31 28
Octal 65 231 136 101 0 47 50 221 61 50
Binary 110101 10011001 1011110 1000001 0 100111 101000 10010001 110001 101000

Color Harmonies of #35995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35995E

Black with #35995E

Text Example


Text Example

White with #35995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35995E; }

 p { color: rgb(53,153,94); }

 H1.HeaderClassName
 {
   color: #35995E;
 }
 .AnyTagClassName
 {
   color: #35995E;
 }
</style>

background-color css

<style>
 a { background-color: #35995E; }

 a { background-color: rgb(53,153,94); }

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

border-color css

<style>
 span { border-color: #35995E; }

 span { border-color: rgb(53,153,94); }

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