Html Css Color HEX #33655D Eden

📋 copy color: '#33655D'

red 51 ◦ green 101 ◦ blue 93

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

Shades of Eden #33655D

Tints of Eden #33655D

RGB

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

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

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

R = 20.82%
G = 41.22%
B = 37.96%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#33655D (or 0x33655D) is known color: Eden. HEX triplet: 33, 65 and 5D. RGB value is (51,101,93). Sum of RGB (Red+Green+Blue) = 51+101+93=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 101 - color contains mainly: green. Hex color #33655D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33655D is #CC9AA2. Grayscale: #555555. Windows color (decimal): -13408931 or 6120755. OLE color: 6120755.

HSL color Cylindrical-coordinate representation of color #33655D: hue angle of 170.4º 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 #33655D is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 101 93 -
CMYK 0.50 0 0.08 0.60
HSL 170.4º 0.33% 0.3% -
HSV(B) 170.4º 0.5% 0.4% -
XYZ 7.99 10.8 12.02 -
YUV 85.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 51 101 93 0.50 0 0.08 0.60 170.4 0.33 0.3
Hex 33 65 5D 32 0 8 3C AA 21 1E
Octal 63 145 135 62 0 10 74 252 41 36
Binary 110011 1100101 1011101 110010 0 1000 111100 10101010 100001 11110

Color Harmonies of #33655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33655D

Black with #33655D

Text Example


Text Example

White with #33655D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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