#1B4135

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

Shades of Sherwood Green #1B4135

Tints of Sherwood Green #1B4135

Color information

#1B4135 (or 0x1B4135) is unknown color: approx Sherwood Green. HEX triplet: 1B, 41 and 35. RGB value is (27,65,53). Sum of RGB (Red+Green+Blue) = 27+65+53=145 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.62% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #1B4135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4135 is #E4BECA. Grayscale: #343434. Windows color (decimal): -14991051 or 3490075. OLE color: 3490075.

HSL color Cylindrical-coordinate representation of color #1B4135: hue angle of 161.05º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B4135 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB276553-
CMYK0.5800.180.75
HSL161.05º41.3%18.04%-
HSV(B)161.05º58.46%25.49%-
XYZ2.984.274.04-
YUV52.27128.41109.98-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.62%
GREEN value IS 65 (25.78% from 255) = 44.83%
BLUE value IS 53 (21.09% from 255) = 36.55%
R=18.62%
G=44.83%
B=36.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2765530.5800.180.75161.0541.318.04
Hex1B41353A0124Ba12912
Octal3310165720221132415122
Binary11011100000111010111101001001010010111010000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,65,53); }

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

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

 a { background-color: rgb(27,65,53); }

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

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

 span { border-color: rgb(27,65,53); }

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