Html Css Color HEX #126848 Jewel

📋 copy color: '#126848'

red 18 ◦ green 104 ◦ blue 72

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

Shades of Jewel #126848

Tints of Jewel #126848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 53.61%

 BLUE value IS 72 (28.52% from 255) = 37.11%

R = 9.28%
G = 53.61%
B = 37.11%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#126848 (or 0x126848) is known color: Jewel. HEX triplet: 12, 68 and 48. RGB value is (18,104,72). Sum of RGB (Red+Green+Blue) = 18+104+72=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #126848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126848 is #ED97B7. Grayscale: #4A4A4A. Windows color (decimal): -15570872 or 4745234. OLE color: 4745234.

HSL color Cylindrical-coordinate representation of color #126848: hue angle of 157.67º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126848 is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 104 72 -
CMYK 0.83 0 0.31 0.59
HSL 157.67º 0.7% 0.24% -
HSV(B) 157.67º 0.83% 0.41% -
XYZ 6.37 10.5 7.82 -
YUV 74.64 126.51 87.6 -
System Red Green Blue C M Y K H S L
Decimal 18 104 72 0.83 0 0.31 0.59 157.67 0.7 0.24
Hex 12 68 48 53 0 1F 3B 9E 46 18
Octal 22 150 110 123 0 37 73 236 106 30
Binary 10010 1101000 1001000 1010011 0 11111 111011 10011110 1000110 11000

Color Harmonies of #126848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126848

Black with #126848

Text Example


Text Example

White with #126848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126848; }

 p { color: rgb(18,104,72); }

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

background-color css

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

 a { background-color: rgb(18,104,72); }

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

border-color css

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

 span { border-color: rgb(18,104,72); }

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