#126640

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

Shades of Jewel #126640

Tints of Jewel #126640

Color information

#126640 (or 0x126640) is unknown color: approx Jewel. HEX triplet: 12, 66 and 40. RGB value is (18,102,64). Sum of RGB (Red+Green+Blue) = 18+102+64=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 102 (40.23% from 255 or 55.43% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 102 - color contains mainly: green. Hex color #126640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126640 is #ED99BF. Grayscale: #484848. Windows color (decimal): -15571392 or 4220434. OLE color: 4220434.

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

Color convert

RGB1810264-
CMYK0.8200.370.6
HSL152.86º70%23.53%-
HSV(B)152.86º82.35%40%-
XYZ5.93106.47-
YUV72.55123.1789.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.78%
GREEN value IS 102 (40.23% from 255) = 55.43%
BLUE value IS 64 (25.39% from 255) = 34.78%
R=9.78%
G=55.43%
B=34.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18102640.8200.370.6152.867023.53
Hex126640520253C994618
Octal221461001220457423110630
Binary10010110011010000001010010010010111110010011001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126640; }

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

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

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

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

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

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

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

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