#124431

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

Shades of Sherwood Green #124431

Tints of Sherwood Green #124431

Color information

#124431 (or 0x124431) is unknown color: approx Sherwood Green. HEX triplet: 12, 44 and 31. RGB value is (18,68,49). Sum of RGB (Red+Green+Blue) = 18+68+49=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #124431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124431 is #EDBBCE. Grayscale: #323232. Windows color (decimal): -15580111 or 3228690. OLE color: 3228690.

HSL color Cylindrical-coordinate representation of color #124431: hue angle of 157.2º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124431 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB186849-
CMYK0.7400.280.73
HSL157.2º58.14%16.86%-
HSV(B)157.2º73.53%26.67%-
XYZ2.874.483.62-
YUV50.88126.94104.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.33%
GREEN value IS 68 (26.95% from 255) = 50.37%
BLUE value IS 49 (19.53% from 255) = 36.30%
R=13.33%
G=50.37%
B=36.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1868490.7400.280.73157.258.1416.86
Hex1244314A01C499d3a11
Octal22104611120341112357221
Binary100101000100110001100101001110010010011001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124431; }

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

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

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

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

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

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

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

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