#124231

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

Shades of Sherwood Green #124231

Tints of Sherwood Green #124231

Color information

#124231 (or 0x124231) is unknown color: approx Sherwood Green. HEX triplet: 12, 42 and 31. RGB value is (18,66,49). Sum of RGB (Red+Green+Blue) = 18+66+49=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #124231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124231 is #EDBDCE. Grayscale: #313131. Windows color (decimal): -15580623 or 3228178. OLE color: 3228178.

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

Color convert

RGB186649-
CMYK0.7300.260.74
HSL158.75º57.14%16.47%-
HSV(B)158.75º72.73%25.88%-
XYZ2.754.253.58-
YUV49.71127.6105.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 66 (26.17% from 255) = 49.62%
BLUE value IS 49 (19.53% from 255) = 36.84%
R=13.53%
G=49.62%
B=36.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1866490.7300.260.74158.7557.1416.47
Hex1242314901A4A9f3910
Octal22102611110321122377120
Binary100101000010110001100100101101010010101001111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124231; }

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

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

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

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

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

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

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

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