Html Css Color HEX #126343 Jewel

📋 copy color: '#126343'

red 18 ◦ green 99 ◦ blue 67

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

Shades of Jewel #126343

Tints of Jewel #126343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.41%

R = 9.78%
G = 53.8%
B = 36.41%

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

#126343 (or 0x126343) is known color: Jewel. HEX triplet: 12, 63 and 43. RGB value is (18,99,67). Sum of RGB (Red+Green+Blue) = 18+99+67=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 99 (39.06% from 255 or 53.80% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 99 - color contains mainly: green. Hex color #126343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126343 is #ED9CBC. Grayscale: #474747. Windows color (decimal): -15572157 or 4416274. OLE color: 4416274.

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

Color convert

RGB 18 99 67 -
CMYK 0.82 0 0.32 0.61
HSL 156.3º 0.69% 0.23% -
HSV(B) 156.3º 0.82% 0.39% -
XYZ 5.72 9.46 6.83 -
YUV 71.13 125.66 90.1 -
System Red Green Blue C M Y K H S L
Decimal 18 99 67 0.82 0 0.32 0.61 156.3 0.69 0.23
Hex 12 63 43 52 0 20 3D 9C 45 17
Octal 22 143 103 122 0 40 75 234 105 27
Binary 10010 1100011 1000011 1010010 0 100000 111101 10011100 1000101 10111

Color Harmonies of #126343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126343

Black with #126343

Text Example


Text Example

White with #126343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126343; }

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

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

background-color css

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

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

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

border-color css

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

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

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