#1C4B36

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

Shades of County Green #1C4B36

Tints of County Green #1C4B36

Color information

#1C4B36 (or 0x1C4B36) is unknown color: approx County Green. HEX triplet: 1C, 4B and 36. RGB value is (28,75,54). Sum of RGB (Red+Green+Blue) = 28+75+54=157 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.83% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 75 - color contains mainly: green. Hex color #1C4B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4B36 is #E3B4C9. Grayscale: #3A3A3A. Windows color (decimal): -14922954 or 3558172. OLE color: 3558172.

HSL color Cylindrical-coordinate representation of color #1C4B36: hue angle of 153.19º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C4B36 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.71.

Color convert

RGB287554-
CMYK0.6300.280.71
HSL153.19º45.63%20.2%-
HSV(B)153.19º62.67%29.41%-
XYZ3.665.554.37-
YUV58.55125.43106.21-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.83%
GREEN value IS 75 (29.69% from 255) = 47.77%
BLUE value IS 54 (21.48% from 255) = 34.39%
R=17.83%
G=47.77%
B=34.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2875540.6300.280.71153.1945.6320.2
Hex1C4B363F01C47992e14
Octal3411366770341072315624
Binary11100100101111011011111101110010001111001100110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,75,54); }

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

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

 a { background-color: rgb(28,75,54); }

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

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

 span { border-color: rgb(28,75,54); }

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