Html Css Color HEX #13620D Green

📋 copy color: '#13620D'

red 19 ◦ green 98 ◦ blue 13

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

Shades of Green #13620D

Tints of Green #13620D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 75.38%

 BLUE value IS 13 (5.47% from 255) = 10%

R = 14.62%
G = 75.38%
B = 10%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#13620D (or 0x13620D) is known color: Green. HEX triplet: 13, 62 and 0D. RGB value is (19,98,13). Sum of RGB (Red+Green+Blue) = 19+98+13=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 98 (38.67% from 255 or 75.38% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 98 - color contains mainly: green. Hex color #13620D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13620D is #EC9DF2. Grayscale: #404040. Windows color (decimal): -15506931 or 877075. OLE color: 877075.

HSL color Cylindrical-coordinate representation of color #13620D: hue angle of 115.76º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13620D is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 98 13 -
CMYK 0.81 0 0.87 0.62
HSL 115.76º 0.77% 0.22% -
HSV(B) 115.76º 0.87% 0.38% -
XYZ 4.71 8.9 1.85 -
YUV 64.69 98.83 95.41 -
System Red Green Blue C M Y K H S L
Decimal 19 98 13 0.81 0 0.87 0.62 115.76 0.77 0.22
Hex 13 62 D 51 0 57 3E 74 4D 16
Octal 23 142 15 121 0 127 76 164 115 26
Binary 10011 1100010 1101 1010001 0 1010111 111110 1110100 1001101 10110

Color Harmonies of #13620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13620D

Black with #13620D

Text Example


Text Example

White with #13620D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,98,13); }

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

background-color css

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

 a { background-color: rgb(19,98,13); }

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

border-color css

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

 span { border-color: rgb(19,98,13); }

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