Html Css Color HEX #245D52 Eden

📋 copy color: '#245D52'

red 36 ◦ green 93 ◦ blue 82

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

Shades of Eden #245D52

Tints of Eden #245D52

RGB

 RED value IS 36 (14.45% from 255) = 17.06%

 GREEN value IS 93 (36.72% from 255) = 44.08%

 BLUE value IS 82 (32.42% from 255) = 38.86%

R = 17.06%
G = 44.08%
B = 38.86%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#245D52 (or 0x245D52) is known color: Eden. HEX triplet: 24, 5D and 52. RGB value is (36,93,82). Sum of RGB (Red+Green+Blue) = 36+93+82=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 93 - color contains mainly: green. Hex color #245D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245D52 is #DBA2AD. Grayscale: #4A4A4A. Windows color (decimal): -14394030 or 5397796. OLE color: 5397796.

HSL color Cylindrical-coordinate representation of color #245D52: hue angle of 168.42º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #245D52 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 93 82 -
CMYK 0.61 0 0.12 0.64
HSL 168.42º 0.44% 0.25% -
HSV(B) 168.42º 0.61% 0.36% -
XYZ 6.16 8.81 9.36 -
YUV 74.7 132.12 100.39 -
System Red Green Blue C M Y K H S L
Decimal 36 93 82 0.61 0 0.12 0.64 168.42 0.44 0.25
Hex 24 5D 52 3D 0 C 40 A8 2C 19
Octal 44 135 122 75 0 14 100 250 54 31
Binary 100100 1011101 1010010 111101 0 1100 1000000 10101000 101100 11001

Color Harmonies of #245D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245D52

Black with #245D52

Text Example


Text Example

White with #245D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245D52; }

 p { color: rgb(36,93,82); }

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

background-color css

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

 a { background-color: rgb(36,93,82); }

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

border-color css

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

 span { border-color: rgb(36,93,82); }

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