Html Css Color HEX #245850 Eden

📋 copy color: '#245850'

red 36 ◦ green 88 ◦ blue 80

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

Shades of Eden #245850

Tints of Eden #245850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.14%

 BLUE value IS 80 (31.64% from 255) = 39.22%

R = 17.65%
G = 43.14%
B = 39.22%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#245850 (or 0x245850) is known color: Eden. HEX triplet: 24, 58 and 50. RGB value is (36,88,80). Sum of RGB (Red+Green+Blue) = 36+88+80=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 88 - color contains mainly: green. Hex color #245850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245850 is #DBA7AF. Grayscale: #474747. Windows color (decimal): -14395312 or 5265444. OLE color: 5265444.

HSL color Cylindrical-coordinate representation of color #245850: hue angle of 170.77º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #245850 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 88 80 -
CMYK 0.59 0 0.09 0.65
HSL 170.77º 0.42% 0.24% -
HSV(B) 170.77º 0.59% 0.35% -
XYZ 5.67 7.93 8.82 -
YUV 71.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 36 88 80 0.59 0 0.09 0.65 170.77 0.42 0.24
Hex 24 58 50 3B 0 9 41 AB 2A 18
Octal 44 130 120 73 0 11 101 253 52 30
Binary 100100 1011000 1010000 111011 0 1001 1000001 10101011 101010 11000

Color Harmonies of #245850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245850

Black with #245850

Text Example


Text Example

White with #245850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245850; }

 p { color: rgb(36,88,80); }

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

background-color css

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

 a { background-color: rgb(36,88,80); }

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

border-color css

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

 span { border-color: rgb(36,88,80); }

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