Html Css Color HEX #35905C Eucalyptus

📋 copy color: '#35905C'

red 53 ◦ green 144 ◦ blue 92

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

Shades of Eucalyptus #35905C

Tints of Eucalyptus #35905C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.83%

R = 18.34%
G = 49.83%
B = 31.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#35905C (or 0x35905C) is known color: Eucalyptus. HEX triplet: 35, 90 and 5C. RGB value is (53,144,92). Sum of RGB (Red+Green+Blue) = 53+144+92=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 144 (56.64% from 255 or 49.83% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 144 - color contains mainly: green. Hex color #35905C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35905C is #CA6FA3. Grayscale: #6E6E6E. Windows color (decimal): -13266852 or 6066229. OLE color: 6066229.

HSL color Cylindrical-coordinate representation of color #35905C: hue angle of 145.71º 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 #35905C is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 144 92 -
CMYK 0.63 0 0.36 0.44
HSL 145.71º 0.46% 0.39% -
HSV(B) 145.71º 0.63% 0.56% -
XYZ 13.37 21.48 13.57 -
YUV 110.86 117.35 86.73 -
System Red Green Blue C M Y K H S L
Decimal 53 144 92 0.63 0 0.36 0.44 145.71 0.46 0.39
Hex 35 90 5C 3F 0 24 2C 92 2E 27
Octal 65 220 134 77 0 44 54 222 56 47
Binary 110101 10010000 1011100 111111 0 100100 101100 10010010 101110 100111

Color Harmonies of #35905C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35905C

Black with #35905C

Text Example


Text Example

White with #35905C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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