#13553A

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

Shades of County Green #13553A

Tints of County Green #13553A

Color information

#13553A (or 0x13553A) is unknown color: approx County Green. HEX triplet: 13, 55 and 3A. RGB value is (19,85,58). Sum of RGB (Red+Green+Blue) = 19+85+58=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #13553A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13553A is #ECAAC5. Grayscale: #3E3E3E. Windows color (decimal): -15510214 or 3822867. OLE color: 3822867.

HSL color Cylindrical-coordinate representation of color #13553A: hue angle of 155.45º 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 #13553A is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB198558-
CMYK0.7800.320.67
HSL155.45º63.46%20.39%-
HSV(B)155.45º77.65%33.33%-
XYZ4.286.945.12-
YUV62.19125.6397.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.73%
GREEN value IS 85 (33.59% from 255) = 52.47%
BLUE value IS 58 (23.05% from 255) = 35.80%
R=11.73%
G=52.47%
B=35.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1985580.7800.320.67155.4563.4620.39
Hex13553A4E020439b3f14
Octal23125721160401032337724
Binary1001110101011110101001110010000010000111001101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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