Html Css Color HEX #126442 Jewel

📋 copy color: '#126442'

red 18 ◦ green 100 ◦ blue 66

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

Shades of Jewel #126442

Tints of Jewel #126442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.87%

R = 9.78%
G = 54.35%
B = 35.87%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#126442 (or 0x126442) is known color: Jewel. HEX triplet: 12, 64 and 42. RGB value is (18,100,66). Sum of RGB (Red+Green+Blue) = 18+100+66=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 100 (39.45% from 255 or 54.35% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 100 - color contains mainly: green. Hex color #126442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126442 is #ED9BBD. Grayscale: #474747. Windows color (decimal): -15571902 or 4350994. OLE color: 4350994.

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

Color convert

RGB 18 100 66 -
CMYK 0.82 0 0.34 0.61
HSL 155.12º 0.69% 0.23% -
HSV(B) 155.12º 0.82% 0.39% -
XYZ 5.79 9.64 6.71 -
YUV 71.61 124.83 89.76 -
System Red Green Blue C M Y K H S L
Decimal 18 100 66 0.82 0 0.34 0.61 155.12 0.69 0.23
Hex 12 64 42 52 0 22 3D 9B 45 17
Octal 22 144 102 122 0 42 75 233 105 27
Binary 10010 1100100 1000010 1010010 0 100010 111101 10011011 1000101 10111

Color Harmonies of #126442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126442

Black with #126442

Text Example


Text Example

White with #126442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126442; }

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

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

background-color css

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

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

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

border-color css

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

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

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