Html Css Color HEX #33665D Eden

📋 copy color: '#33665D'

red 51 ◦ green 102 ◦ blue 93

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

Shades of Eden #33665D

Tints of Eden #33665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.46%

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

R = 20.73%
G = 41.46%
B = 37.8%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#33665D (or 0x33665D) is known color: Eden. HEX triplet: 33, 66 and 5D. RGB value is (51,102,93). Sum of RGB (Red+Green+Blue) = 51+102+93=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 102 - color contains mainly: green. Hex color #33665D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33665D is #CC99A2. Grayscale: #555555. Windows color (decimal): -13408675 or 6121011. OLE color: 6121011.

HSL color Cylindrical-coordinate representation of color #33665D: hue angle of 169.41º 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 #33665D is Cyan = 0.5, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB 51 102 93 -
CMYK 0.5 0 0.09 0.6
HSL 169.41º 0.33% 0.3% -
HSV(B) 169.41º 0.5% 0.4% -
XYZ 8.09 11 12.05 -
YUV 85.73 132.1 103.23 -
System Red Green Blue C M Y K H S L
Decimal 51 102 93 0.5 0 0.09 0.6 169.41 0.33 0.3
Hex 33 66 5D 32 0 9 3C A9 21 1E
Octal 63 146 135 62 0 11 74 251 41 36
Binary 110011 1100110 1011101 110010 0 1001 111100 10101001 100001 11110

Color Harmonies of #33665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33665D

Black with #33665D

Text Example


Text Example

White with #33665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33665D; }

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

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

background-color css

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

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

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

border-color css

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

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

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