#1B533E

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

Shades of County Green #1B533E

Tints of County Green #1B533E

Color information

#1B533E (or 0x1B533E) is unknown color: approx County Green. HEX triplet: 1B, 53 and 3E. RGB value is (27,83,62). Sum of RGB (Red+Green+Blue) = 27+83+62=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #1B533E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B533E is #E4ACC1. Grayscale: #3F3F3F. Windows color (decimal): -14986434 or 4084507. OLE color: 4084507.

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

Color convert

RGB278362-
CMYK0.6700.250.67
HSL157.5º50.91%21.57%-
HSV(B)157.5º67.47%32.55%-
XYZ4.416.775.63-
YUV63.86126.95101.71-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.70%
GREEN value IS 83 (32.81% from 255) = 48.26%
BLUE value IS 62 (24.61% from 255) = 36.05%
R=15.70%
G=48.26%
B=36.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2783620.6700.250.67157.550.9121.57
Hex1B533E43019439e3316
Octal33123761030311032366326
Binary110111010011111110100001101100110000111001111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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