Html Css Color HEX #245950 Eden

📋 copy color: '#245950'

red 36 ◦ green 89 ◦ blue 80

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

Shades of Eden #245950

Tints of Eden #245950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.41%

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

R = 17.56%
G = 43.41%
B = 39.02%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#245950 (or 0x245950) is known color: Eden. HEX triplet: 24, 59 and 50. RGB value is (36,89,80). Sum of RGB (Red+Green+Blue) = 36+89+80=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #245950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245950 is #DBA6AF. Grayscale: #484848. Windows color (decimal): -14395056 or 5265700. OLE color: 5265700.

HSL color Cylindrical-coordinate representation of color #245950: hue angle of 169.81º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245950 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 89 80 -
CMYK 0.60 0 0.10 0.65
HSL 169.81º 0.42% 0.25% -
HSV(B) 169.81º 0.6% 0.35% -
XYZ 5.75 8.1 8.85 -
YUV 72.13 132.44 102.23 -
System Red Green Blue C M Y K H S L
Decimal 36 89 80 0.60 0 0.10 0.65 169.81 0.42 0.25
Hex 24 59 50 3C 0 A 41 AA 2A 19
Octal 44 131 120 74 0 12 101 252 52 31
Binary 100100 1011001 1010000 111100 0 1010 1000001 10101010 101010 11001

Color Harmonies of #245950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245950

Black with #245950

Text Example


Text Example

White with #245950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245950; }

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

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

background-color css

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

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

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

border-color css

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

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

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