#1B553C

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

Shades of County Green #1B553C

Tints of County Green #1B553C

Color information

#1B553C (or 0x1B553C) is unknown color: approx County Green. HEX triplet: 1B, 55 and 3C. RGB value is (27,85,60). Sum of RGB (Red+Green+Blue) = 27+85+60=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #1B553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B553C is #E4AAC3. Grayscale: #404040. Windows color (decimal): -14985924 or 3953947. OLE color: 3953947.

HSL color Cylindrical-coordinate representation of color #1B553C: hue angle of 154.14º 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 #1B553C is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB278560-
CMYK0.6800.290.67
HSL154.14º51.79%21.96%-
HSV(B)154.14º68.24%33.33%-
XYZ4.527.065.4-
YUV64.81125.28101.03-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.70%
GREEN value IS 85 (33.59% from 255) = 49.42%
BLUE value IS 60 (23.83% from 255) = 34.88%
R=15.70%
G=49.42%
B=34.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2785600.6800.290.67154.1451.7921.96
Hex1B553C4401D439a3416
Octal33125741040351032326426
Binary110111010101111100100010001110110000111001101011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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