#246252

Color #246252 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #246252

Tints of Eden #246252

Color information

#246252 (or 0x246252) is unknown color: approx Eden. HEX triplet: 24, 62 and 52. RGB value is (36,98,82). Sum of RGB (Red+Green+Blue) = 36+98+82=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #246252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246252 is #DB9DAD. Grayscale: #4D4D4D. Windows color (decimal): -14392750 or 5399076. OLE color: 5399076.

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

Color convert

RGB369882-
CMYK0.6300.160.62
HSL164.52º46.27%26.27%-
HSV(B)164.52º63.27%38.43%-
XYZ6.629.729.51-
YUV77.64130.4698.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.67%
GREEN value IS 98 (38.67% from 255) = 45.37%
BLUE value IS 82 (32.42% from 255) = 37.96%
R=16.67%
G=45.37%
B=37.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3698820.6300.160.62164.5246.2726.27
Hex2462523F0103Ea52e1a
Octal4414212277020762455632
Binary100100110001010100101111110100001111101010010110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246252; }

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

 H1.HeaderClassName
 {
   color: #246252;
 }
 .AnyTagClassName
 {
   color: #246252;
 }
</style>
background-color css

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

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

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

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

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

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