Html Css Color HEX #35905E Eucalyptus

📋 copy color: '#35905E'

red 53 ◦ green 144 ◦ blue 94

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

Shades of Eucalyptus #35905E

Tints of Eucalyptus #35905E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.48%

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

R = 18.21%
G = 49.48%
B = 32.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#35905E (or 0x35905E) is known color: Eucalyptus. HEX triplet: 35, 90 and 5E. RGB value is (53,144,94). Sum of RGB (Red+Green+Blue) = 53+144+94=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 144 (56.64% from 255 or 49.48% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 144 - color contains mainly: green. Hex color #35905E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35905E is #CA6FA1. Grayscale: #6F6F6F. Windows color (decimal): -13266850 or 6197301. OLE color: 6197301.

HSL color Cylindrical-coordinate representation of color #35905E: hue angle of 147.03º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35905E is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 144 94 -
CMYK 0.63 0 0.35 0.44
HSL 147.03º 0.46% 0.39% -
HSV(B) 147.03º 0.63% 0.56% -
XYZ 13.46 21.51 14.03 -
YUV 111.09 118.35 86.57 -
System Red Green Blue C M Y K H S L
Decimal 53 144 94 0.63 0 0.35 0.44 147.03 0.46 0.39
Hex 35 90 5E 3F 0 23 2C 93 2E 27
Octal 65 220 136 77 0 43 54 223 56 47
Binary 110101 10010000 1011110 111111 0 100011 101100 10010011 101110 100111

Color Harmonies of #35905E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35905E

Black with #35905E

Text Example


Text Example

White with #35905E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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