#126550

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

Shades of Jewel #126550

Tints of Jewel #126550

Color information

#126550 (or 0x126550) is unknown color: approx Jewel. HEX triplet: 12, 65 and 50. RGB value is (18,101,80). Sum of RGB (Red+Green+Blue) = 18+101+80=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 101 (39.84% from 255 or 50.75% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 101 - color contains mainly: green. Hex color #126550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126550 is #ED9AAF. Grayscale: #494949. Windows color (decimal): -15571632 or 5268754. OLE color: 5268754.

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

Color convert

RGB1810180-
CMYK0.8200.210.60
HSL164.82º69.75%23.33%-
HSV(B)164.82º82.18%39.61%-
XYZ6.3510.029.19-
YUV73.79131.588.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.05%
GREEN value IS 101 (39.84% from 255) = 50.75%
BLUE value IS 80 (31.64% from 255) = 40.20%
R=9.05%
G=50.75%
B=40.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101800.8200.210.60164.8269.7523.33
Hex126550520153Ca54617
Octal221451201220257424510627
Binary1001011001011010000101001001010111110010100101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126550; }

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

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

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

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

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

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

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

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