#1B503E

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

Shades of Sherwood Green #1B503E

Tints of Sherwood Green #1B503E

Color information

#1B503E (or 0x1B503E) is unknown color: approx Sherwood Green. HEX triplet: 1B, 50 and 3E. RGB value is (27,80,62). Sum of RGB (Red+Green+Blue) = 27+80+62=169 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.98% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 62 (24.61% from 255 or 36.69% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #1B503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B503E is #E4AFC1. Grayscale: #3E3E3E. Windows color (decimal): -14987202 or 4083739. OLE color: 4083739.

HSL color Cylindrical-coordinate representation of color #1B503E: hue angle of 159.62º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B503E is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB278062-
CMYK0.6600.220.69
HSL159.62º49.53%20.98%-
HSV(B)159.62º66.25%31.37%-
XYZ4.196.325.56-
YUV62.1127.94102.96-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.98%
GREEN value IS 80 (31.64% from 255) = 47.34%
BLUE value IS 62 (24.61% from 255) = 36.69%
R=15.98%
G=47.34%
B=36.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2780620.6600.220.69159.6249.5320.98
Hex1B503E4201645a03215
Octal33120761020261052406225
Binary110111010000111110100001001011010001011010000011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,80,62); }

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

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

 a { background-color: rgb(27,80,62); }

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

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

 span { border-color: rgb(27,80,62); }

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