Html Css Color HEX #336760 Eden

📋 copy color: '#336760'

red 51 ◦ green 103 ◦ blue 96

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

Shades of Eden #336760

Tints of Eden #336760

RGB

 RED value IS 51 (20.31% from 255) = 20.4%

 GREEN value IS 103 (40.63% from 255) = 41.2%

 BLUE value IS 96 (37.89% from 255) = 38.4%

R = 20.4%
G = 41.2%
B = 38.4%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#336760 (or 0x336760) is known color: Eden. HEX triplet: 33, 67 and 60. RGB value is (51,103,96). Sum of RGB (Red+Green+Blue) = 51+103+96=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 103 - color contains mainly: green. Hex color #336760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336760 is #CC989F. Grayscale: #565656. Windows color (decimal): -13408416 or 6317875. OLE color: 6317875.

HSL color Cylindrical-coordinate representation of color #336760: hue angle of 171.92º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #336760 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 103 96 -
CMYK 0.50 0 0.07 0.60
HSL 171.92º 0.34% 0.3% -
HSV(B) 171.92º 0.5% 0.4% -
XYZ 8.33 11.25 12.8 -
YUV 86.65 133.27 102.57 -
System Red Green Blue C M Y K H S L
Decimal 51 103 96 0.50 0 0.07 0.60 171.92 0.34 0.3
Hex 33 67 60 32 0 7 3C AC 22 1E
Octal 63 147 140 62 0 7 74 254 42 36
Binary 110011 1100111 1100000 110010 0 111 111100 10101100 100010 11110

Color Harmonies of #336760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336760

Black with #336760

Text Example


Text Example

White with #336760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336760; }

 p { color: rgb(51,103,96); }

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

background-color css

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

 a { background-color: rgb(51,103,96); }

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

border-color css

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

 span { border-color: rgb(51,103,96); }

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