Html Css Color HEX #126948 Jewel

📋 copy color: '#126948'

red 18 ◦ green 105 ◦ blue 72

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

Shades of Jewel #126948

Tints of Jewel #126948

RGB

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

 GREEN value IS 105 (41.41% from 255) = 53.85%

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

R = 9.23%
G = 53.85%
B = 36.92%

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

#126948 (or 0x126948) is known color: Jewel. HEX triplet: 12, 69 and 48. RGB value is (18,105,72). Sum of RGB (Red+Green+Blue) = 18+105+72=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 105 (41.41% from 255 or 53.85% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 105 - color contains mainly: green. Hex color #126948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126948 is #ED96B7. Grayscale: #4B4B4B. Windows color (decimal): -15570616 or 4745490. OLE color: 4745490.

HSL color Cylindrical-coordinate representation of color #126948: hue angle of 157.24º degrees, saturation: 0.71, 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 #126948 is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 105 72 -
CMYK 0.83 0 0.31 0.59
HSL 157.24º 0.71% 0.24% -
HSV(B) 157.24º 0.83% 0.41% -
XYZ 6.47 10.7 7.86 -
YUV 75.23 126.18 87.18 -
System Red Green Blue C M Y K H S L
Decimal 18 105 72 0.83 0 0.31 0.59 157.24 0.71 0.24
Hex 12 69 48 53 0 1F 3B 9D 47 18
Octal 22 151 110 123 0 37 73 235 107 30
Binary 10010 1101001 1001000 1010011 0 11111 111011 10011101 1000111 11000

Color Harmonies of #126948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126948

Black with #126948

Text Example


Text Example

White with #126948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126948; }

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

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

background-color css

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

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

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

border-color css

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

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

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