#11533F

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

Shades of Sherwood Green #11533F

Tints of Sherwood Green #11533F

Color information

#11533F (or 0x11533F) is unknown color: approx Sherwood Green. HEX triplet: 11, 53 and 3F. RGB value is (17,83,63). Sum of RGB (Red+Green+Blue) = 17+83+63=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #11533F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11533F is #EEACC0. Grayscale: #3D3D3D. Windows color (decimal): -15641793 or 4150033. OLE color: 4150033.

HSL color Cylindrical-coordinate representation of color #11533F: hue angle of 161.82º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11533F is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB178363-
CMYK0.8000.240.67
HSL161.82º66%19.61%-
HSV(B)161.82º79.52%32.55%-
XYZ4.226.665.77-
YUV60.99129.1396.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.43%
GREEN value IS 83 (32.81% from 255) = 50.92%
BLUE value IS 63 (25% from 255) = 38.65%
R=10.43%
G=50.92%
B=38.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1783630.8000.240.67161.826619.61
Hex11533F5001843a24214
Octal211237712003010324210224
Binary1000110100111111111010000011000100001110100010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11533F; }

 p { color: rgb(17,83,63); }

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

<style>
 a { background-color: #11533F; }

 a { background-color: rgb(17,83,63); }

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

<style>
 span { border-color: #11533F; }

 span { border-color: rgb(17,83,63); }

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