#1B523E

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

Shades of County Green #1B523E

Tints of County Green #1B523E

Color information

#1B523E (or 0x1B523E) is unknown color: approx County Green. HEX triplet: 1B, 52 and 3E. RGB value is (27,82,62). Sum of RGB (Red+Green+Blue) = 27+82+62=171 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.79% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 82 - color contains mainly: green. Hex color #1B523E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B523E is #E4ADC1. Grayscale: #3F3F3F. Windows color (decimal): -14986690 or 4084251. OLE color: 4084251.

HSL color Cylindrical-coordinate representation of color #1B523E: hue angle of 158.18º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B523E is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB278262-
CMYK0.6700.240.68
HSL158.18º50.46%21.37%-
HSV(B)158.18º67.07%32.16%-
XYZ4.346.625.61-
YUV63.28127.28102.13-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.79%
GREEN value IS 82 (32.42% from 255) = 47.95%
BLUE value IS 62 (24.61% from 255) = 36.26%
R=15.79%
G=47.95%
B=36.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2782620.6700.240.68158.1850.4621.37
Hex1B523E43018449e3215
Octal33122761030301042366225
Binary110111010010111110100001101100010001001001111011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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