Html Css Color HEX #126349 Jewel

📋 copy color: '#126349'

red 18 ◦ green 99 ◦ blue 73

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

Shades of Jewel #126349

Tints of Jewel #126349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.11%

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

R = 9.47%
G = 52.11%
B = 38.42%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#126349 (or 0x126349) is known color: Jewel. HEX triplet: 12, 63 and 49. RGB value is (18,99,73). Sum of RGB (Red+Green+Blue) = 18+99+73=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #126349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126349 is #ED9CB6. Grayscale: #474747. Windows color (decimal): -15572151 or 4809490. OLE color: 4809490.

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

Color convert

RGB 18 99 73 -
CMYK 0.82 0 0.26 0.61
HSL 160.74º 0.69% 0.23% -
HSV(B) 160.74º 0.82% 0.39% -
XYZ 5.91 9.53 7.83 -
YUV 71.82 128.66 89.61 -
System Red Green Blue C M Y K H S L
Decimal 18 99 73 0.82 0 0.26 0.61 160.74 0.69 0.23
Hex 12 63 49 52 0 1A 3D A1 45 17
Octal 22 143 111 122 0 32 75 241 105 27
Binary 10010 1100011 1001001 1010010 0 11010 111101 10100001 1000101 10111

Color Harmonies of #126349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126349

Black with #126349

Text Example


Text Example

White with #126349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126349; }

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

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

background-color css

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

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

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

border-color css

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

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

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