#12503A

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

Shades of Sherwood Green #12503A

Tints of Sherwood Green #12503A

Color information

#12503A (or 0x12503A) is unknown color: approx Sherwood Green. HEX triplet: 12, 50 and 3A. RGB value is (18,80,58). Sum of RGB (Red+Green+Blue) = 18+80+58=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #12503A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12503A is #EDAFC5. Grayscale: #3A3A3A. Windows color (decimal): -15577030 or 3821586. OLE color: 3821586.

HSL color Cylindrical-coordinate representation of color #12503A: hue angle of 158.71º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12503A is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB188058-
CMYK0.7800.280.69
HSL158.71º63.27%19.22%-
HSV(B)158.71º77.5%31.37%-
XYZ3.886.174.99-
YUV58.95127.4698.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.54%
GREEN value IS 80 (31.64% from 255) = 51.28%
BLUE value IS 58 (23.05% from 255) = 37.18%
R=11.54%
G=51.28%
B=37.18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1880580.7800.280.69158.7163.2719.22
Hex12503A4E01C459f3f13
Octal22120721160341052377723
Binary100101010000111010100111001110010001011001111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12503A; }

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

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

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

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

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

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

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

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