Html Css Color HEX #13553E County Green

📋 copy color: '#13553E'

red 19 ◦ green 85 ◦ blue 62

#13553E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of County Green #13553E

Tints of County Green #13553E

RGB

 RED value IS 19 (7.81% from 255) = 11.45%

 GREEN value IS 85 (33.59% from 255) = 51.2%

 BLUE value IS 62 (24.61% from 255) = 37.35%

R = 11.45%
G = 51.2%
B = 37.35%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#13553E (or 0x13553E) is known color: County Green. HEX triplet: 13, 55 and 3E. RGB value is (19,85,62). Sum of RGB (Red+Green+Blue) = 19+85+62=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #13553E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13553E is #ECAAC1. Grayscale: #3E3E3E. Windows color (decimal): -15510210 or 4085011. OLE color: 4085011.

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

Color convert

RGB 19 85 62 -
CMYK 0.78 0 0.27 0.67
HSL 159.09º 0.63% 0.2% -
HSV(B) 159.09º 0.78% 0.33% -
XYZ 4.39 6.98 5.67 -
YUV 62.64 127.63 96.87 -
System Red Green Blue C M Y K H S L
Decimal 19 85 62 0.78 0 0.27 0.67 159.09 0.63 0.2
Hex 13 55 3E 4E 0 1B 43 9F 3F 14
Octal 23 125 76 116 0 33 103 237 77 24
Binary 10011 1010101 111110 1001110 0 11011 1000011 10011111 111111 10100

Color Harmonies of #13553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13553E

Black with #13553E

Text Example


Text Example

White with #13553E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13553E;
 }
 .AnyTagClassName
 {
   color: #13553E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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