Html Css Color HEX #33685F Eden

📋 copy color: '#33685F'

red 51 ◦ green 104 ◦ blue 95

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

Shades of Eden #33685F

Tints of Eden #33685F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.6%

 BLUE value IS 95 (37.5% from 255) = 38%

R = 20.4%
G = 41.6%
B = 38%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#33685F (or 0x33685F) is known color: Eden. HEX triplet: 33, 68 and 5F. RGB value is (51,104,95). Sum of RGB (Red+Green+Blue) = 51+104+95=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #33685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33685F is #CC97A0. Grayscale: #575757. Windows color (decimal): -13408161 or 6252595. OLE color: 6252595.

HSL color Cylindrical-coordinate representation of color #33685F: hue angle of 169.81º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #33685F is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 104 95 -
CMYK 0.51 0 0.09 0.59
HSL 169.81º 0.34% 0.3% -
HSV(B) 169.81º 0.51% 0.41% -
XYZ 8.38 11.43 12.59 -
YUV 87.13 132.44 102.23 -
System Red Green Blue C M Y K H S L
Decimal 51 104 95 0.51 0 0.09 0.59 169.81 0.34 0.3
Hex 33 68 5F 33 0 9 3B AA 22 1E
Octal 63 150 137 63 0 11 73 252 42 36
Binary 110011 1101000 1011111 110011 0 1001 111011 10101010 100010 11110

Color Harmonies of #33685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33685F

Black with #33685F

Text Example


Text Example

White with #33685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33685F; }

 p { color: rgb(51,104,95); }

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

background-color css

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

 a { background-color: rgb(51,104,95); }

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

border-color css

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

 span { border-color: rgb(51,104,95); }

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