#124C3A

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

Shades of Sherwood Green #124C3A

Tints of Sherwood Green #124C3A

Color information

#124C3A (or 0x124C3A) is unknown color: approx Sherwood Green. HEX triplet: 12, 4C and 3A. RGB value is (18,76,58). Sum of RGB (Red+Green+Blue) = 18+76+58=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 76 (30.08% from 255 or 50% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 76 - color contains mainly: green. Hex color #124C3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124C3A is #EDB3C5. Grayscale: #383838. Windows color (decimal): -15578054 or 3820562. OLE color: 3820562.

HSL color Cylindrical-coordinate representation of color #124C3A: hue angle of 161.38º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124C3A is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.70.

Color convert

RGB187658-
CMYK0.7600.240.70
HSL161.38º61.7%18.43%-
HSV(B)161.38º76.32%29.8%-
XYZ3.65.64.89-
YUV56.61128.78100.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.84%
GREEN value IS 76 (30.08% from 255) = 50%
BLUE value IS 58 (23.05% from 255) = 38.16%
R=11.84%
G=50%
B=38.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1876580.7600.240.70161.3861.718.43
Hex124C3A4C01846a13e12
Octal22114721140301062417622
Binary100101001100111010100110001100010001101010000111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124C3A; }

 p { color: rgb(18,76,58); }

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

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

 a { background-color: rgb(18,76,58); }

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

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

 span { border-color: rgb(18,76,58); }

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