Html Css Color HEX #336560 Eden

📋 copy color: '#336560'

red 51 ◦ green 101 ◦ blue 96

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

Shades of Eden #336560

Tints of Eden #336560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.73%

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

R = 20.56%
G = 40.73%
B = 38.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#336560 (or 0x336560) is known color: Eden. HEX triplet: 33, 65 and 60. RGB value is (51,101,96). Sum of RGB (Red+Green+Blue) = 51+101+96=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 101 - color contains mainly: green. Hex color #336560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336560 is #CC9A9F. Grayscale: #555555. Windows color (decimal): -13408928 or 6317363. OLE color: 6317363.

HSL color Cylindrical-coordinate representation of color #336560: hue angle of 174º degrees, saturation: 0.33, 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 #336560 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 101 96 -
CMYK 0.50 0 0.05 0.60
HSL 174º 0.33% 0.3% -
HSV(B) 174º 0.5% 0.4% -
XYZ 8.13 10.86 12.73 -
YUV 85.48 133.94 103.41 -
System Red Green Blue C M Y K H S L
Decimal 51 101 96 0.50 0 0.05 0.60 174 0.33 0.3
Hex 33 65 60 32 0 5 3C AE 21 1E
Octal 63 145 140 62 0 5 74 256 41 36
Binary 110011 1100101 1100000 110010 0 101 111100 10101110 100001 11110

Color Harmonies of #336560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336560

Black with #336560

Text Example


Text Example

White with #336560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336560; }

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

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

background-color css

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

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

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

border-color css

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

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

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