#1C533E

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

Shades of County Green #1C533E

Tints of County Green #1C533E

Color information

#1C533E (or 0x1C533E) is unknown color: approx County Green. HEX triplet: 1C, 53 and 3E. RGB value is (28,83,62). Sum of RGB (Red+Green+Blue) = 28+83+62=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #1C533E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C533E is #E3ACC1. Grayscale: #404040. Windows color (decimal): -14920898 or 4084508. OLE color: 4084508.

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

Color convert

RGB288362-
CMYK0.6600.250.67
HSL157.09º49.55%21.76%-
HSV(B)157.09º66.27%32.55%-
XYZ4.446.785.63-
YUV64.16126.78102.21-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.18%
GREEN value IS 83 (32.81% from 255) = 47.98%
BLUE value IS 62 (24.61% from 255) = 35.84%
R=16.18%
G=47.98%
B=35.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2883620.6600.250.67157.0949.5521.76
Hex1C533E42019439d3216
Octal34123761020311032356226
Binary111001010011111110100001001100110000111001110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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