#13553C

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

Shades of County Green #13553C

Tints of County Green #13553C

Color information

#13553C (or 0x13553C) is unknown color: approx County Green. HEX triplet: 13, 55 and 3C. RGB value is (19,85,60). Sum of RGB (Red+Green+Blue) = 19+85+60=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #13553C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13553C is #ECAAC3. Grayscale: #3E3E3E. Windows color (decimal): -15510212 or 3953939. OLE color: 3953939.

HSL color Cylindrical-coordinate representation of color #13553C: hue angle of 157.27º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13553C is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB198560-
CMYK0.7800.290.67
HSL157.27º63.46%20.39%-
HSV(B)157.27º77.65%33.33%-
XYZ4.336.965.39-
YUV62.42126.6397.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.59%
GREEN value IS 85 (33.59% from 255) = 51.83%
BLUE value IS 60 (23.83% from 255) = 36.59%
R=11.59%
G=51.83%
B=36.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1985600.7800.290.67157.2763.4620.39
Hex13553C4E01D439d3f14
Octal23125741160351032357724
Binary100111010101111100100111001110110000111001110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13553C; }

 p { color: rgb(19,85,60); }

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

<style>
 a { background-color: #13553C; }

 a { background-color: rgb(19,85,60); }

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

<style>
 span { border-color: #13553C; }

 span { border-color: rgb(19,85,60); }

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