Html Css Color HEX #359755 Eucalyptus

📋 copy color: '#359755'

red 53 ◦ green 151 ◦ blue 85

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

Shades of Eucalyptus #359755

Tints of Eucalyptus #359755

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.25%

 BLUE value IS 85 (33.59% from 255) = 29.41%

R = 18.34%
G = 52.25%
B = 29.41%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#359755 (or 0x359755) is known color: Eucalyptus. HEX triplet: 35, 97 and 55. RGB value is (53,151,85). Sum of RGB (Red+Green+Blue) = 53+151+85=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #359755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359755 is #CA68AA. Grayscale: #727272. Windows color (decimal): -13265067 or 5609269. OLE color: 5609269.

HSL color Cylindrical-coordinate representation of color #359755: hue angle of 139.59º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359755 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 151 85 -
CMYK 0.65 0 0.44 0.41
HSL 139.59º 0.48% 0.4% -
HSV(B) 139.59º 0.65% 0.59% -
XYZ 14.17 23.55 12.39 -
YUV 114.17 111.53 84.37 -
System Red Green Blue C M Y K H S L
Decimal 53 151 85 0.65 0 0.44 0.41 139.59 0.48 0.4
Hex 35 97 55 41 0 2C 29 8C 30 28
Octal 65 227 125 101 0 54 51 214 60 50
Binary 110101 10010111 1010101 1000001 0 101100 101001 10001100 110000 101000

Color Harmonies of #359755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359755

Black with #359755

Text Example


Text Example

White with #359755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359755; }

 p { color: rgb(53,151,85); }

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

background-color css

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

 a { background-color: rgb(53,151,85); }

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

border-color css

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

 span { border-color: rgb(53,151,85); }

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