#1B4D3D

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

Shades of Sherwood Green #1B4D3D

Tints of Sherwood Green #1B4D3D

Color information

#1B4D3D (or 0x1B4D3D) is unknown color: approx Sherwood Green. HEX triplet: 1B, 4D and 3D. RGB value is (27,77,61). Sum of RGB (Red+Green+Blue) = 27+77+61=165 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.36% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 77 - color contains mainly: green. Hex color #1B4D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B4D3D is #E4B2C2. Grayscale: #3C3C3C. Windows color (decimal): -14987971 or 4017435. OLE color: 4017435.

HSL color Cylindrical-coordinate representation of color #1B4D3D: hue angle of 160.8º 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 #1B4D3D is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB277761-
CMYK0.6500.210.70
HSL160.8º48.08%20.39%-
HSV(B)160.8º64.94%30.2%-
XYZ3.955.885.34-
YUV60.23128.44104.3-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.36%
GREEN value IS 77 (30.47% from 255) = 46.67%
BLUE value IS 61 (24.22% from 255) = 36.97%
R=16.36%
G=46.67%
B=36.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2777610.6500.210.70160.848.0820.39
Hex1B4D3D4101546a13014
Octal33115751010251062416024
Binary110111001101111101100000101010110001101010000111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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