#1B4E3C

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

Shades of Sherwood Green #1B4E3C

Tints of Sherwood Green #1B4E3C

Color information

#1B4E3C (or 0x1B4E3C) is unknown color: approx Sherwood Green. HEX triplet: 1B, 4E and 3C. RGB value is (27,78,60). Sum of RGB (Red+Green+Blue) = 27+78+60=165 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.36% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 78 - color contains mainly: green. Hex color #1B4E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B4E3C is #E4B1C3. Grayscale: #3C3C3C. Windows color (decimal): -14987716 or 3952155. OLE color: 3952155.

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

Color convert

RGB277860-
CMYK0.6500.230.69
HSL158.82º48.57%20.59%-
HSV(B)158.82º65.38%30.59%-
XYZ3.996.015.22-
YUV60.7127.6103.96-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.36%
GREEN value IS 78 (30.86% from 255) = 47.27%
BLUE value IS 60 (23.83% from 255) = 36.36%
R=16.36%
G=47.27%
B=36.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2778600.6500.230.69158.8248.5720.59
Hex1B4E3C41017459f3115
Octal33116741010271052376125
Binary110111001110111100100000101011110001011001111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,78,60); }

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

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

 a { background-color: rgb(27,78,60); }

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

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

 span { border-color: rgb(27,78,60); }

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