#126540

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

Shades of Jewel #126540

Tints of Jewel #126540

Color information

#126540 (or 0x126540) is unknown color: approx Jewel. HEX triplet: 12, 65 and 40. RGB value is (18,101,64). Sum of RGB (Red+Green+Blue) = 18+101+64=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 101 (39.84% from 255 or 55.19% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 101 - color contains mainly: green. Hex color #126540 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126540 is #ED9ABF. Grayscale: #484848. Windows color (decimal): -15571648 or 4220178. OLE color: 4220178.

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

Color convert

RGB1810164-
CMYK0.8200.370.60
HSL153.25º69.75%23.33%-
HSV(B)153.25º82.18%39.61%-
XYZ5.839.816.44-
YUV71.96123.589.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 101 (39.84% from 255) = 55.19%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=9.84%
G=55.19%
B=34.97%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101640.8200.370.60153.2569.7523.33
Hex126540520253C994617
Octal221451001220457423110627
Binary10010110010110000001010010010010111110010011001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126540; }

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

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

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

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

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

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

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

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