#126542

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

Shades of Jewel #126542

Tints of Jewel #126542

Color information

#126542 (or 0x126542) is unknown color: approx Jewel. HEX triplet: 12, 65 and 42. RGB value is (18,101,66). Sum of RGB (Red+Green+Blue) = 18+101+66=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 101 (39.84% from 255 or 54.59% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 101 - color contains mainly: green. Hex color #126542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126542 is #ED9ABD. Grayscale: #484848. Windows color (decimal): -15571646 or 4351250. OLE color: 4351250.

HSL color Cylindrical-coordinate representation of color #126542: hue angle of 154.7º 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 #126542 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB1810166-
CMYK0.8200.350.60
HSL154.7º69.75%23.33%-
HSV(B)154.7º82.18%39.61%-
XYZ5.899.836.74-
YUV72.19124.589.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.73%
GREEN value IS 101 (39.84% from 255) = 54.59%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=9.73%
G=54.59%
B=35.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101660.8200.350.60154.769.7523.33
Hex126542520233C9b4617
Octal221451021220437423310627
Binary10010110010110000101010010010001111110010011011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126542; }

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

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

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

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

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

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

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

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