Html Css Color HEX #126444 Jewel

📋 copy color: '#126444'

red 18 ◦ green 100 ◦ blue 68

#126444
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #126444

Tints of Jewel #126444

RGB

 RED value IS 18 (7.42% from 255) = 9.68%

 GREEN value IS 100 (39.45% from 255) = 53.76%

 BLUE value IS 68 (26.95% from 255) = 36.56%

R = 9.68%
G = 53.76%
B = 36.56%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.32

 K value IS 0.61

RGB Variations

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

Color information

#126444 (or 0x126444) is known color: Jewel. HEX triplet: 12, 64 and 44. RGB value is (18,100,68). Sum of RGB (Red+Green+Blue) = 18+100+68=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 100 (39.45% from 255 or 53.76% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 100 - color contains mainly: green. Hex color #126444 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126444 is #ED9BBB. Grayscale: #474747. Windows color (decimal): -15571900 or 4482066. OLE color: 4482066.

HSL color Cylindrical-coordinate representation of color #126444: hue angle of 156.59º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126444 is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 100 68 -
CMYK 0.82 0 0.32 0.61
HSL 156.59º 0.69% 0.23% -
HSV(B) 156.59º 0.82% 0.39% -
XYZ 5.85 9.66 7.03 -
YUV 71.83 125.83 89.6 -
System Red Green Blue C M Y K H S L
Decimal 18 100 68 0.82 0 0.32 0.61 156.59 0.69 0.23
Hex 12 64 44 52 0 20 3D 9D 45 17
Octal 22 144 104 122 0 40 75 235 105 27
Binary 10010 1100100 1000100 1010010 0 100000 111101 10011101 1000101 10111

Color Harmonies of #126444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126444

Black with #126444

Text Example


Text Example

White with #126444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126444; }

 p { color: rgb(18,100,68); }

 H1.HeaderClassName
 {
   color: #126444;
 }
 .AnyTagClassName
 {
   color: #126444;
 }
</style>

background-color css

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

 a { background-color: rgb(18,100,68); }

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

border-color css

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

 span { border-color: rgb(18,100,68); }

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