Html Css Color HEX #126141 Jewel

📋 copy color: '#126141'

red 18 ◦ green 97 ◦ blue 65

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

Shades of Jewel #126141

Tints of Jewel #126141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.11%

R = 10%
G = 53.89%
B = 36.11%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#126141 (or 0x126141) is known color: Jewel. HEX triplet: 12, 61 and 41. RGB value is (18,97,65). Sum of RGB (Red+Green+Blue) = 18+97+65=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #126141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126141 is #ED9EBE. Grayscale: #454545. Windows color (decimal): -15572671 or 4284690. OLE color: 4284690.

HSL color Cylindrical-coordinate representation of color #126141: hue angle of 155.7º 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 #126141 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 97 65 -
CMYK 0.81 0 0.33 0.62
HSL 155.7º 0.69% 0.23% -
HSV(B) 155.7º 0.81% 0.38% -
XYZ 5.48 9.06 6.46 -
YUV 69.73 125.33 91.1 -
System Red Green Blue C M Y K H S L
Decimal 18 97 65 0.81 0 0.33 0.62 155.7 0.69 0.23
Hex 12 61 41 51 0 21 3E 9C 45 17
Octal 22 141 101 121 0 41 76 234 105 27
Binary 10010 1100001 1000001 1010001 0 100001 111110 10011100 1000101 10111

Color Harmonies of #126141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126141

Black with #126141

Text Example


Text Example

White with #126141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126141; }

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

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

background-color css

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

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

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

border-color css

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

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

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