Html Css Color HEX #33645D Eden

📋 copy color: '#33645D'

red 51 ◦ green 100 ◦ blue 93

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

Shades of Eden #33645D

Tints of Eden #33645D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.98%

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

R = 20.9%
G = 40.98%
B = 38.11%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#33645D (or 0x33645D) is known color: Eden. HEX triplet: 33, 64 and 5D. RGB value is (51,100,93). Sum of RGB (Red+Green+Blue) = 51+100+93=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 100 - color contains mainly: green. Hex color #33645D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33645D is #CC9BA2. Grayscale: #545454. Windows color (decimal): -13409187 or 6120499. OLE color: 6120499.

HSL color Cylindrical-coordinate representation of color #33645D: hue angle of 171.43º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #33645D is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 100 93 -
CMYK 0.49 0 0.07 0.61
HSL 171.43º 0.32% 0.3% -
HSV(B) 171.43º 0.49% 0.39% -
XYZ 7.9 10.61 11.99 -
YUV 84.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 51 100 93 0.49 0 0.07 0.61 171.43 0.32 0.3
Hex 33 64 5D 31 0 7 3D AB 20 1E
Octal 63 144 135 61 0 7 75 253 40 36
Binary 110011 1100100 1011101 110001 0 111 111101 10101011 100000 11110

Color Harmonies of #33645D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33645D

Black with #33645D

Text Example


Text Example

White with #33645D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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