Html Css Color HEX #126148 Jewel

📋 copy color: '#126148'

red 18 ◦ green 97 ◦ blue 72

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

Shades of Jewel #126148

Tints of Jewel #126148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.87%

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

R = 9.63%
G = 51.87%
B = 38.5%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#126148 (or 0x126148) is known color: Jewel. HEX triplet: 12, 61 and 48. RGB value is (18,97,72). Sum of RGB (Red+Green+Blue) = 18+97+72=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #126148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126148 is #ED9EB7. Grayscale: #464646. Windows color (decimal): -15572664 or 4743442. OLE color: 4743442.

HSL color Cylindrical-coordinate representation of color #126148: hue angle of 161.01º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126148 is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 97 72 -
CMYK 0.81 0 0.26 0.62
HSL 161.01º 0.69% 0.23% -
HSV(B) 161.01º 0.81% 0.38% -
XYZ 5.69 9.15 7.6 -
YUV 70.53 128.83 90.53 -
System Red Green Blue C M Y K H S L
Decimal 18 97 72 0.81 0 0.26 0.62 161.01 0.69 0.23
Hex 12 61 48 51 0 1A 3E A1 45 17
Octal 22 141 110 121 0 32 76 241 105 27
Binary 10010 1100001 1001000 1010001 0 11010 111110 10100001 1000101 10111

Color Harmonies of #126148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126148

Black with #126148

Text Example


Text Example

White with #126148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126148; }

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

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

background-color css

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

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

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

border-color css

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

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

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