#1C513E

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

Shades of Sherwood Green #1C513E

Tints of Sherwood Green #1C513E

Color information

#1C513E (or 0x1C513E) is unknown color: approx Sherwood Green. HEX triplet: 1C, 51 and 3E. RGB value is (28,81,62). Sum of RGB (Red+Green+Blue) = 28+81+62=171 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.37% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #1C513E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C513E is #E3AEC1. Grayscale: #3F3F3F. Windows color (decimal): -14921410 or 4083996. OLE color: 4083996.

HSL color Cylindrical-coordinate representation of color #1C513E: hue angle of 158.49º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C513E is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB288162-
CMYK0.6500.230.68
HSL158.49º48.62%21.37%-
HSV(B)158.49º65.43%31.76%-
XYZ4.296.485.58-
YUV62.99127.44103.04-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.37%
GREEN value IS 81 (32.03% from 255) = 47.37%
BLUE value IS 62 (24.61% from 255) = 36.26%
R=16.37%
G=47.37%
B=36.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2881620.6500.230.68158.4948.6221.37
Hex1C513E41017449e3115
Octal34121761010271042366125
Binary111001010001111110100000101011110001001001111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C513E; }

 p { color: rgb(28,81,62); }

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

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

 a { background-color: rgb(28,81,62); }

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

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

 span { border-color: rgb(28,81,62); }

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