Html Css Color HEX #126041 Jewel

📋 copy color: '#126041'

red 18 ◦ green 96 ◦ blue 65

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

Shades of Jewel #126041

Tints of Jewel #126041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.63%

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

R = 10.06%
G = 53.63%
B = 36.31%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#126041 (or 0x126041) is known color: Jewel. HEX triplet: 12, 60 and 41. RGB value is (18,96,65). Sum of RGB (Red+Green+Blue) = 18+96+65=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #126041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126041 is #ED9FBE. Grayscale: #454545. Windows color (decimal): -15572927 or 4284434. OLE color: 4284434.

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

Color convert

RGB 18 96 65 -
CMYK 0.81 0 0.32 0.62
HSL 156.15º 0.68% 0.22% -
HSV(B) 156.15º 0.81% 0.38% -
XYZ 5.39 8.88 6.43 -
YUV 69.14 125.66 91.52 -
System Red Green Blue C M Y K H S L
Decimal 18 96 65 0.81 0 0.32 0.62 156.15 0.68 0.22
Hex 12 60 41 51 0 20 3E 9C 44 16
Octal 22 140 101 121 0 40 76 234 104 26
Binary 10010 1100000 1000001 1010001 0 100000 111110 10011100 1000100 10110

Color Harmonies of #126041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126041

Black with #126041

Text Example


Text Example

White with #126041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126041; }

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

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

background-color css

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

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

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

border-color css

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

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

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