Html Css Color HEX #126249 Jewel

📋 copy color: '#126249'

red 18 ◦ green 98 ◦ blue 73

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

Shades of Jewel #126249

Tints of Jewel #126249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 51.85%

 BLUE value IS 73 (28.91% from 255) = 38.62%

R = 9.52%
G = 51.85%
B = 38.62%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#126249 (or 0x126249) is known color: Jewel. HEX triplet: 12, 62 and 49. RGB value is (18,98,73). Sum of RGB (Red+Green+Blue) = 18+98+73=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #126249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126249 is #ED9DB6. Grayscale: #474747. Windows color (decimal): -15572407 or 4809234. OLE color: 4809234.

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

Color convert

RGB 18 98 73 -
CMYK 0.82 0 0.26 0.62
HSL 161.25º 0.69% 0.23% -
HSV(B) 161.25º 0.82% 0.38% -
XYZ 5.82 9.35 7.8 -
YUV 71.23 129 90.03 -
System Red Green Blue C M Y K H S L
Decimal 18 98 73 0.82 0 0.26 0.62 161.25 0.69 0.23
Hex 12 62 49 52 0 1A 3E A1 45 17
Octal 22 142 111 122 0 32 76 241 105 27
Binary 10010 1100010 1001001 1010010 0 11010 111110 10100001 1000101 10111

Color Harmonies of #126249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126249

Black with #126249

Text Example


Text Example

White with #126249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126249; }

 p { color: rgb(18,98,73); }

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

background-color css

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

 a { background-color: rgb(18,98,73); }

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

border-color css

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

 span { border-color: rgb(18,98,73); }

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