#126552

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

Shades of Eden #126552

Tints of Eden #126552

Color information

#126552 (or 0x126552) is unknown color: approx Eden. HEX triplet: 12, 65 and 52. RGB value is (18,101,82). Sum of RGB (Red+Green+Blue) = 18+101+82=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 101 (39.84% from 255 or 50.25% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 101 - color contains mainly: green. Hex color #126552 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126552 is #ED9AAD. Grayscale: #4A4A4A. Windows color (decimal): -15571630 or 5399826. OLE color: 5399826.

HSL color Cylindrical-coordinate representation of color #126552: hue angle of 166.27º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126552 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB1810182-
CMYK0.8200.190.60
HSL166.27º69.75%23.33%-
HSV(B)166.27º82.18%39.61%-
XYZ6.4310.059.58-
YUV74.02132.588.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 101 (39.84% from 255) = 50.25%
BLUE value IS 82 (32.42% from 255) = 40.80%
R=8.96%
G=50.25%
B=40.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101820.8200.190.60166.2769.7523.33
Hex126552520133Ca64617
Octal221451221220237424610627
Binary1001011001011010010101001001001111110010100110100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126552; }

 p { color: rgb(18,101,82); }

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

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

 a { background-color: rgb(18,101,82); }

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

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

 span { border-color: rgb(18,101,82); }

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