Html Css Color HEX #359668 Eucalyptus

📋 copy color: '#359668'

red 53 ◦ green 150 ◦ blue 104

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

Shades of Eucalyptus #359668

Tints of Eucalyptus #359668

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.86%

 BLUE value IS 104 (41.02% from 255) = 33.88%

R = 17.26%
G = 48.86%
B = 33.88%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#359668 (or 0x359668) is known color: Eucalyptus. HEX triplet: 35, 96 and 68. RGB value is (53,150,104). Sum of RGB (Red+Green+Blue) = 53+150+104=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #359668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359668 is #CA6997. Grayscale: #737373. Windows color (decimal): -13265304 or 6854197. OLE color: 6854197.

HSL color Cylindrical-coordinate representation of color #359668: hue angle of 151.55º 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 #359668 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 150 104 -
CMYK 0.65 0 0.31 0.41
HSL 151.55º 0.48% 0.4% -
HSV(B) 151.55º 0.65% 0.59% -
XYZ 14.87 23.57 16.86 -
YUV 115.75 121.36 83.24 -
System Red Green Blue C M Y K H S L
Decimal 53 150 104 0.65 0 0.31 0.41 151.55 0.48 0.4
Hex 35 96 68 41 0 1F 29 98 30 28
Octal 65 226 150 101 0 37 51 230 60 50
Binary 110101 10010110 1101000 1000001 0 11111 101001 10011000 110000 101000

Color Harmonies of #359668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359668

Black with #359668

Text Example


Text Example

White with #359668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359668; }

 p { color: rgb(53,150,104); }

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

background-color css

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

 a { background-color: rgb(53,150,104); }

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

border-color css

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

 span { border-color: rgb(53,150,104); }

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