#1B5538

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

Shades of County Green #1B5538

Tints of County Green #1B5538

Color information

#1B5538 (or 0x1B5538) is unknown color: approx County Green. HEX triplet: 1B, 55 and 38. RGB value is (27,85,56). Sum of RGB (Red+Green+Blue) = 27+85+56=168 (22% of max value = 765). Red value is 27 (10.94% from 255 or 16.07% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #1B5538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5538 is #E4AAC7. Grayscale: #404040. Windows color (decimal): -14985928 or 3691803. OLE color: 3691803.

HSL color Cylindrical-coordinate representation of color #1B5538: hue angle of 150º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B5538 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB278556-
CMYK0.6800.340.67
HSL150º51.79%21.96%-
HSV(B)150º68.24%33.33%-
XYZ4.417.024.86-
YUV64.35123.28101.36-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.07%
GREEN value IS 85 (33.59% from 255) = 50.60%
BLUE value IS 56 (22.27% from 255) = 33.33%
R=16.07%
G=50.60%
B=33.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2785560.6800.340.6715051.7921.96
Hex1B55384402243963416
Octal33125701040421032266426
Binary1101110101011110001000100010001010000111001011011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,85,56); }

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

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

 a { background-color: rgb(27,85,56); }

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

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

 span { border-color: rgb(27,85,56); }

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