Html Css Color HEX #359564 Eucalyptus

📋 copy color: '#359564'

red 53 ◦ green 149 ◦ blue 100

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

Shades of Eucalyptus #359564

Tints of Eucalyptus #359564

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.34%

 BLUE value IS 100 (39.45% from 255) = 33.11%

R = 17.55%
G = 49.34%
B = 33.11%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#359564 (or 0x359564) is known color: Eucalyptus. HEX triplet: 35, 95 and 64. RGB value is (53,149,100). Sum of RGB (Red+Green+Blue) = 53+149+100=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #359564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359564 is #CA6A9B. Grayscale: #727272. Windows color (decimal): -13265564 or 6591797. OLE color: 6591797.

HSL color Cylindrical-coordinate representation of color #359564: hue angle of 149.38º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359564 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 149 100 -
CMYK 0.64 0 0.33 0.42
HSL 149.38º 0.48% 0.4% -
HSV(B) 149.38º 0.64% 0.58% -
XYZ 14.52 23.17 15.76 -
YUV 114.71 119.7 83.98 -
System Red Green Blue C M Y K H S L
Decimal 53 149 100 0.64 0 0.33 0.42 149.38 0.48 0.4
Hex 35 95 64 40 0 21 2A 95 30 28
Octal 65 225 144 100 0 41 52 225 60 50
Binary 110101 10010101 1100100 1000000 0 100001 101010 10010101 110000 101000

Color Harmonies of #359564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359564

Black with #359564

Text Example


Text Example

White with #359564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359564; }

 p { color: rgb(53,149,100); }

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

background-color css

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

 a { background-color: rgb(53,149,100); }

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

border-color css

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

 span { border-color: rgb(53,149,100); }

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