Html Css Color HEX #359566 Eucalyptus

📋 copy color: '#359566'

red 53 ◦ green 149 ◦ blue 102

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

Shades of Eucalyptus #359566

Tints of Eucalyptus #359566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.55%

R = 17.43%
G = 49.01%
B = 33.55%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#359566 (or 0x359566) is known color: Eucalyptus. HEX triplet: 35, 95 and 66. RGB value is (53,149,102). Sum of RGB (Red+Green+Blue) = 53+149+102=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #359566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359566 is #CA6A99. Grayscale: #737373. Windows color (decimal): -13265562 or 6722869. OLE color: 6722869.

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

Color convert

RGB 53 149 102 -
CMYK 0.64 0 0.32 0.42
HSL 150.63º 0.48% 0.4% -
HSV(B) 150.63º 0.64% 0.58% -
XYZ 14.61 23.21 16.28 -
YUV 114.94 120.7 83.82 -
System Red Green Blue C M Y K H S L
Decimal 53 149 102 0.64 0 0.32 0.42 150.63 0.48 0.4
Hex 35 95 66 40 0 20 2A 97 30 28
Octal 65 225 146 100 0 40 52 227 60 50
Binary 110101 10010101 1100110 1000000 0 100000 101010 10010111 110000 101000

Color Harmonies of #359566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359566

Black with #359566

Text Example


Text Example

White with #359566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359566; }

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

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

background-color css

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

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

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

border-color css

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

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

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