Html Css Color HEX #246058 Eden

📋 copy color: '#246058'

red 36 ◦ green 96 ◦ blue 88

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

Shades of Eden #246058

Tints of Eden #246058

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.64%

 BLUE value IS 88 (34.77% from 255) = 40%

R = 16.36%
G = 43.64%
B = 40%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#246058 (or 0x246058) is known color: Eden. HEX triplet: 24, 60 and 58. RGB value is (36,96,88). Sum of RGB (Red+Green+Blue) = 36+96+88=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #246058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246058 is #DB9FA7. Grayscale: #4D4D4D. Windows color (decimal): -14393256 or 5791780. OLE color: 5791780.

HSL color Cylindrical-coordinate representation of color #246058: hue angle of 172º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #246058 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 36 96 88 -
CMYK 0.62 0 0.08 0.62
HSL 172º 0.45% 0.26% -
HSV(B) 172º 0.63% 0.38% -
XYZ 6.67 9.45 10.7 -
YUV 77.15 134.12 98.65 -
System Red Green Blue C M Y K H S L
Decimal 36 96 88 0.62 0 0.08 0.62 172 0.45 0.26
Hex 24 60 58 3E 0 8 3E AC 2D 1A
Octal 44 140 130 76 0 10 76 254 55 32
Binary 100100 1100000 1011000 111110 0 1000 111110 10101100 101101 11010

Color Harmonies of #246058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246058

Black with #246058

Text Example


Text Example

White with #246058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246058; }

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

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

background-color css

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

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

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

border-color css

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

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

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