#124332

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

Shades of Sherwood Green #124332

Tints of Sherwood Green #124332

Color information

#124332 (or 0x124332) is unknown color: approx Sherwood Green. HEX triplet: 12, 43 and 32. RGB value is (18,67,50). Sum of RGB (Red+Green+Blue) = 18+67+50=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 67 - color contains mainly: green. Hex color #124332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124332 is #EDBCCD. Grayscale: #323232. Windows color (decimal): -15580366 or 3293970. OLE color: 3293970.

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

Color convert

RGB186750-
CMYK0.7300.250.74
HSL159.18º57.65%16.67%-
HSV(B)159.18º73.13%26.27%-
XYZ2.834.373.71-
YUV50.41127.77104.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.33%
GREEN value IS 67 (26.56% from 255) = 49.63%
BLUE value IS 50 (19.92% from 255) = 37.04%
R=13.33%
G=49.63%
B=37.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1867500.7300.250.74159.1857.6516.67
Hex124332490194A9f3a11
Octal22103621110311122377221
Binary100101000011110010100100101100110010101001111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124332; }

 p { color: rgb(18,67,50); }

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

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

 a { background-color: rgb(18,67,50); }

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

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

 span { border-color: rgb(18,67,50); }

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