Html Css Color HEX #126346 Jewel

📋 copy color: '#126346'

red 18 ◦ green 99 ◦ blue 70

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

Shades of Jewel #126346

Tints of Jewel #126346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.43%

R = 9.63%
G = 52.94%
B = 37.43%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#126346 (or 0x126346) is known color: Jewel. HEX triplet: 12, 63 and 46. RGB value is (18,99,70). Sum of RGB (Red+Green+Blue) = 18+99+70=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #126346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126346 is #ED9CB9. Grayscale: #474747. Windows color (decimal): -15572154 or 4612882. OLE color: 4612882.

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

Color convert

RGB 18 99 70 -
CMYK 0.82 0 0.29 0.61
HSL 158.52º 0.69% 0.23% -
HSV(B) 158.52º 0.82% 0.39% -
XYZ 5.82 9.49 7.32 -
YUV 71.48 127.16 89.86 -
System Red Green Blue C M Y K H S L
Decimal 18 99 70 0.82 0 0.29 0.61 158.52 0.69 0.23
Hex 12 63 46 52 0 1D 3D 9F 45 17
Octal 22 143 106 122 0 35 75 237 105 27
Binary 10010 1100011 1000110 1010010 0 11101 111101 10011111 1000101 10111

Color Harmonies of #126346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126346

Black with #126346

Text Example


Text Example

White with #126346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126346; }

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

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

background-color css

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

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

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

border-color css

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

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

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