#1B4D3C

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

Shades of Sherwood Green #1B4D3C

Tints of Sherwood Green #1B4D3C

Color information

#1B4D3C (or 0x1B4D3C) is unknown color: approx Sherwood Green. HEX triplet: 1B, 4D and 3C. RGB value is (27,77,60). Sum of RGB (Red+Green+Blue) = 27+77+60=164 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.46% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 77 - color contains mainly: green. Hex color #1B4D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B4D3C is #E4B2C3. Grayscale: #3C3C3C. Windows color (decimal): -14987972 or 3951899. OLE color: 3951899.

HSL color Cylindrical-coordinate representation of color #1B4D3C: hue angle of 159.6º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B4D3C is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB277760-
CMYK0.6500.220.70
HSL159.6º48.08%20.39%-
HSV(B)159.6º64.94%30.2%-
XYZ3.925.875.2-
YUV60.11127.94104.38-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.46%
GREEN value IS 77 (30.47% from 255) = 46.95%
BLUE value IS 60 (23.83% from 255) = 36.59%
R=16.46%
G=46.95%
B=36.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2777600.6500.220.70159.648.0820.39
Hex1B4D3C4101646a03014
Octal33115741010261062406024
Binary110111001101111100100000101011010001101010000011000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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