#1B533D

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

Shades of County Green #1B533D

Tints of County Green #1B533D

Color information

#1B533D (or 0x1B533D) is unknown color: approx County Green. HEX triplet: 1B, 53 and 3D. RGB value is (27,83,61). Sum of RGB (Red+Green+Blue) = 27+83+61=171 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.79% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #1B533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B533D is #E4ACC2. Grayscale: #3F3F3F. Windows color (decimal): -14986435 or 4018971. OLE color: 4018971.

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

Color convert

RGB278361-
CMYK0.6700.270.67
HSL156.43º50.91%21.57%-
HSV(B)156.43º67.47%32.55%-
XYZ4.396.765.49-
YUV63.75126.45101.79-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.79%
GREEN value IS 83 (32.81% from 255) = 48.54%
BLUE value IS 61 (24.22% from 255) = 35.67%
R=15.79%
G=48.54%
B=35.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2783610.6700.270.67156.4350.9121.57
Hex1B533D4301B439c3316
Octal33123751030331032346326
Binary110111010011111101100001101101110000111001110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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