#1C5336

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

Shades of County Green #1C5336

Tints of County Green #1C5336

Color information

#1C5336 (or 0x1C5336) is unknown color: approx County Green. HEX triplet: 1C, 53 and 36. RGB value is (28,83,54). Sum of RGB (Red+Green+Blue) = 28+83+54=165 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.97% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #1C5336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5336 is #E3ACC9. Grayscale: #3F3F3F. Windows color (decimal): -14920906 or 3560220. OLE color: 3560220.

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

Color convert

RGB288354-
CMYK0.6600.350.67
HSL148.36º49.55%21.76%-
HSV(B)148.36º66.27%32.55%-
XYZ4.246.74.56-
YUV63.25122.78102.86-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.97%
GREEN value IS 83 (32.81% from 255) = 50.30%
BLUE value IS 54 (21.48% from 255) = 32.73%
R=16.97%
G=50.30%
B=32.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2883540.6600.350.67148.3649.5521.76
Hex1C53364202343943216
Octal34123661020431032246226
Binary1110010100111101101000010010001110000111001010011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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