Html Css Color HEX #35935A Eucalyptus

📋 copy color: '#35935A'

red 53 ◦ green 147 ◦ blue 90

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

Shades of Eucalyptus #35935A

Tints of Eucalyptus #35935A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.03%

R = 18.28%
G = 50.69%
B = 31.03%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#35935A (or 0x35935A) is known color: Eucalyptus. HEX triplet: 35, 93 and 5A. RGB value is (53,147,90). Sum of RGB (Red+Green+Blue) = 53+147+90=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 147 (57.81% from 255 or 50.69% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 147 - color contains mainly: green. Hex color #35935A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35935A is #CA6CA5. Grayscale: #707070. Windows color (decimal): -13266086 or 5935925. OLE color: 5935925.

HSL color Cylindrical-coordinate representation of color #35935A: hue angle of 143.62º 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 #35935A is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 147 90 -
CMYK 0.64 0 0.39 0.42
HSL 143.62º 0.47% 0.39% -
HSV(B) 143.62º 0.64% 0.58% -
XYZ 13.75 22.36 13.26 -
YUV 112.4 115.36 85.63 -
System Red Green Blue C M Y K H S L
Decimal 53 147 90 0.64 0 0.39 0.42 143.62 0.47 0.39
Hex 35 93 5A 40 0 27 2A 90 2F 27
Octal 65 223 132 100 0 47 52 220 57 47
Binary 110101 10010011 1011010 1000000 0 100111 101010 10010000 101111 100111

Color Harmonies of #35935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35935A

Black with #35935A

Text Example


Text Example

White with #35935A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35935A; }

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

 H1.HeaderClassName
 {
   color: #35935A;
 }
 .AnyTagClassName
 {
   color: #35935A;
 }
</style>

background-color css

<style>
 a { background-color: #35935A; }

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

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

border-color css

<style>
 span { border-color: #35935A; }

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

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