#12513B

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

Shades of Sherwood Green #12513B

Tints of Sherwood Green #12513B

Color information

#12513B (or 0x12513B) is unknown color: approx Sherwood Green. HEX triplet: 12, 51 and 3B. RGB value is (18,81,59). Sum of RGB (Red+Green+Blue) = 18+81+59=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 81 (32.03% from 255 or 51.27% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 81 - color contains mainly: green. Hex color #12513B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12513B is #EDAEC4. Grayscale: #3B3B3B. Windows color (decimal): -15576773 or 3887378. OLE color: 3887378.

HSL color Cylindrical-coordinate representation of color #12513B: hue angle of 159.05º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12513B is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB188159-
CMYK0.7800.270.68
HSL159.05º63.64%19.41%-
HSV(B)159.05º77.78%31.76%-
XYZ3.986.335.15-
YUV59.65127.6398.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 81 (32.03% from 255) = 51.27%
BLUE value IS 59 (23.44% from 255) = 37.34%
R=11.39%
G=51.27%
B=37.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1881590.7800.270.68159.0563.6419.41
Hex12513B4E01B449f4013
Octal221217311603310423710023
Binary1001010100011110111001110011011100010010011111100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12513B; }

 p { color: rgb(18,81,59); }

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

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

 a { background-color: rgb(18,81,59); }

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

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

 span { border-color: rgb(18,81,59); }

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