#124131

Color #124131 Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #124131

Tints of Sherwood Green #124131

Color information

#124131 (or 0x124131) is unknown color: approx Sherwood Green. HEX triplet: 12, 41 and 31. RGB value is (18,65,49). Sum of RGB (Red+Green+Blue) = 18+65+49=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #124131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124131 is #EDBECE. Grayscale: #313131. Windows color (decimal): -15580879 or 3227922. OLE color: 3227922.

HSL color Cylindrical-coordinate representation of color #124131: hue angle of 159.57º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124131 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB186549-
CMYK0.7200.250.75
HSL159.57º56.63%16.27%-
HSV(B)159.57º72.31%25.49%-
XYZ2.694.133.56-
YUV49.12127.93105.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 65 (25.78% from 255) = 49.24%
BLUE value IS 49 (19.53% from 255) = 37.12%
R=13.64%
G=49.24%
B=37.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1865490.7200.250.75159.5756.6316.27
Hex124131480194Ba03910
Octal22101611100311132407120
Binary100101000001110001100100001100110010111010000011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124131; }

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

 H1.HeaderClassName
 {
   color: #124131;
 }
 .AnyTagClassName
 {
   color: #124131;
 }
</style>
background-color css

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

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

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

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

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

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