#1C463A

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

Shades of Sherwood Green #1C463A

Tints of Sherwood Green #1C463A

Color information

#1C463A (or 0x1C463A) is unknown color: approx Sherwood Green. HEX triplet: 1C, 46 and 3A. RGB value is (28,70,58). Sum of RGB (Red+Green+Blue) = 28+70+58=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #1C463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C463A is #E3B9C5. Grayscale: #383838. Windows color (decimal): -14924230 or 3819036. OLE color: 3819036.

HSL color Cylindrical-coordinate representation of color #1C463A: hue angle of 162.86º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1C463A is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB287058-
CMYK0.6000.170.73
HSL162.86º42.86%19.22%-
HSV(B)162.86º60%27.45%-
XYZ3.434.934.77-
YUV56.07129.09107.98-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.95%
GREEN value IS 70 (27.73% from 255) = 44.87%
BLUE value IS 58 (23.05% from 255) = 37.18%
R=17.95%
G=44.87%
B=37.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2870580.6000.170.73162.8642.8619.22
Hex1C463A3C01149a32b13
Octal3410672740211112435323
Binary11100100011011101011110001000110010011010001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,70,58); }

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

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

 a { background-color: rgb(28,70,58); }

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

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

 span { border-color: rgb(28,70,58); }

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