#126741

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

Shades of Jewel #126741

Tints of Jewel #126741

Color information

#126741 (or 0x126741) is unknown color: approx Jewel. HEX triplet: 12, 67 and 41. RGB value is (18,103,65). Sum of RGB (Red+Green+Blue) = 18+103+65=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 103 (40.62% from 255 or 55.38% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 103 - color contains mainly: green. Hex color #126741 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126741 is #ED98BE. Grayscale: #494949. Windows color (decimal): -15571135 or 4286226. OLE color: 4286226.

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

Color convert

RGB1810365-
CMYK0.8300.370.60
HSL153.18º70.25%23.73%-
HSV(B)153.18º82.52%40.39%-
XYZ6.0510.216.65-
YUV73.25123.3488.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 103 (40.62% from 255) = 55.38%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=9.68%
G=55.38%
B=34.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18103650.8300.370.60153.1870.2523.73
Hex126741530253C994618
Octal221471011230457423110630
Binary10010110011110000011010011010010111110010011001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126741; }

 p { color: rgb(18,103,65); }

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

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

 a { background-color: rgb(18,103,65); }

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

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

 span { border-color: rgb(18,103,65); }

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