#124434

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

Shades of Sherwood Green #124434

Tints of Sherwood Green #124434

Color information

#124434 (or 0x124434) is unknown color: approx Sherwood Green. HEX triplet: 12, 44 and 34. RGB value is (18,68,52). Sum of RGB (Red+Green+Blue) = 18+68+52=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 68 (26.95% from 255 or 49.28% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 68 - color contains mainly: green. Hex color #124434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124434 is #EDBBCB. Grayscale: #333333. Windows color (decimal): -15580108 or 3425298. OLE color: 3425298.

HSL color Cylindrical-coordinate representation of color #124434: hue angle of 160.8º 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 #124434 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB186852-
CMYK0.7400.240.73
HSL160.8º58.14%16.86%-
HSV(B)160.8º73.53%26.67%-
XYZ2.944.513.96-
YUV51.23128.44104.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 68 (26.95% from 255) = 49.28%
BLUE value IS 52 (20.70% from 255) = 37.68%
R=13.04%
G=49.28%
B=37.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1868520.7400.240.73160.858.1416.86
Hex1244344A01849a13a11
Octal22104641120301112417221
Binary100101000100110100100101001100010010011010000111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124434; }

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

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

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

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

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

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

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

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