Html Css Color HEX #13533D County Green

📋 copy color: '#13533D'

red 19 ◦ green 83 ◦ blue 61

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

Shades of County Green #13533D

Tints of County Green #13533D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 50.92%

 BLUE value IS 61 (24.22% from 255) = 37.42%

R = 11.66%
G = 50.92%
B = 37.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#13533D (or 0x13533D) is known color: County Green. HEX triplet: 13, 53 and 3D. RGB value is (19,83,61). Sum of RGB (Red+Green+Blue) = 19+83+61=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #13533D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13533D is #ECACC2. Grayscale: #3D3D3D. Windows color (decimal): -15510723 or 4018963. OLE color: 4018963.

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

Color convert

RGB 19 83 61 -
CMYK 0.77 0 0.27 0.67
HSL 159.38º 0.63% 0.2% -
HSV(B) 159.38º 0.77% 0.33% -
XYZ 4.2 6.66 5.48 -
YUV 61.36 127.8 97.79 -
System Red Green Blue C M Y K H S L
Decimal 19 83 61 0.77 0 0.27 0.67 159.38 0.63 0.2
Hex 13 53 3D 4D 0 1B 43 9F 3F 14
Octal 23 123 75 115 0 33 103 237 77 24
Binary 10011 1010011 111101 1001101 0 11011 1000011 10011111 111111 10100

Color Harmonies of #13533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13533D

Black with #13533D

Text Example


Text Example

White with #13533D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13533D; }

 p { color: rgb(19,83,61); }

 H1.HeaderClassName
 {
   color: #13533D;
 }
 .AnyTagClassName
 {
   color: #13533D;
 }
</style>

background-color css

<style>
 a { background-color: #13533D; }

 a { background-color: rgb(19,83,61); }

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

border-color css

<style>
 span { border-color: #13533D; }

 span { border-color: rgb(19,83,61); }

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