Html Css Color HEX #336C5D Eden

📋 copy color: '#336C5D'

red 51 ◦ green 108 ◦ blue 93

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

Shades of Eden #336C5D

Tints of Eden #336C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.86%

 BLUE value IS 93 (36.72% from 255) = 36.9%

R = 20.24%
G = 42.86%
B = 36.9%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#336C5D (or 0x336C5D) is known color: Eden. HEX triplet: 33, 6C and 5D. RGB value is (51,108,93). Sum of RGB (Red+Green+Blue) = 51+108+93=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 108 - color contains mainly: green. Hex color #336C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336C5D is #CC93A2. Grayscale: #595959. Windows color (decimal): -13407139 or 6122547. OLE color: 6122547.

HSL color Cylindrical-coordinate representation of color #336C5D: hue angle of 164.21º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #336C5D is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 108 93 -
CMYK 0.53 0 0.14 0.58
HSL 164.21º 0.36% 0.31% -
HSV(B) 164.21º 0.53% 0.42% -
XYZ 8.7 12.22 12.26 -
YUV 89.25 130.12 100.72 -
System Red Green Blue C M Y K H S L
Decimal 51 108 93 0.53 0 0.14 0.58 164.21 0.36 0.31
Hex 33 6C 5D 35 0 E 3A A4 24 1F
Octal 63 154 135 65 0 16 72 244 44 37
Binary 110011 1101100 1011101 110101 0 1110 111010 10100100 100100 11111

Color Harmonies of #336C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336C5D

Black with #336C5D

Text Example


Text Example

White with #336C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336C5D; }

 p { color: rgb(51,108,93); }

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

background-color css

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

 a { background-color: rgb(51,108,93); }

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

border-color css

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

 span { border-color: rgb(51,108,93); }

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