Html Css Color HEX #336058 Eden

📋 copy color: '#336058'

red 51 ◦ green 96 ◦ blue 88

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

Shades of Eden #336058

Tints of Eden #336058

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.85%

 BLUE value IS 88 (34.77% from 255) = 37.45%

R = 21.7%
G = 40.85%
B = 37.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#336058 (or 0x336058) is known color: Eden. HEX triplet: 33, 60 and 58. RGB value is (51,96,88). Sum of RGB (Red+Green+Blue) = 51+96+88=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #336058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336058 is #CC9FA7. Grayscale: #515151. Windows color (decimal): -13410216 or 5791795. OLE color: 5791795.

HSL color Cylindrical-coordinate representation of color #336058: hue angle of 169.33º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #336058 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 96 88 -
CMYK 0.47 0 0.08 0.62
HSL 169.33º 0.31% 0.29% -
HSV(B) 169.33º 0.47% 0.38% -
XYZ 7.31 9.77 10.73 -
YUV 81.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 51 96 88 0.47 0 0.08 0.62 169.33 0.31 0.29
Hex 33 60 58 2F 0 8 3E A9 1F 1D
Octal 63 140 130 57 0 10 76 251 37 35
Binary 110011 1100000 1011000 101111 0 1000 111110 10101001 11111 11101

Color Harmonies of #336058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336058

Black with #336058

Text Example


Text Example

White with #336058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336058; }

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

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

background-color css

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

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

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

border-color css

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

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

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