Html Css Color HEX #126345 Jewel

📋 copy color: '#126345'

red 18 ◦ green 99 ◦ blue 69

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

Shades of Jewel #126345

Tints of Jewel #126345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.1%

R = 9.68%
G = 53.23%
B = 37.1%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#126345 (or 0x126345) is known color: Jewel. HEX triplet: 12, 63 and 45. RGB value is (18,99,69). Sum of RGB (Red+Green+Blue) = 18+99+69=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #126345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126345 is #ED9CBA. Grayscale: #474747. Windows color (decimal): -15572155 or 4547346. OLE color: 4547346.

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

Color convert

RGB 18 99 69 -
CMYK 0.82 0 0.30 0.61
HSL 157.78º 0.69% 0.23% -
HSV(B) 157.78º 0.82% 0.39% -
XYZ 5.79 9.48 7.16 -
YUV 71.36 126.66 89.94 -
System Red Green Blue C M Y K H S L
Decimal 18 99 69 0.82 0 0.30 0.61 157.78 0.69 0.23
Hex 12 63 45 52 0 1E 3D 9E 45 17
Octal 22 143 105 122 0 36 75 236 105 27
Binary 10010 1100011 1000101 1010010 0 11110 111101 10011110 1000101 10111

Color Harmonies of #126345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126345

Black with #126345

Text Example


Text Example

White with #126345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126345; }

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

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

background-color css

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

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

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

border-color css

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

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

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