Html Css Color HEX #13680C Green

📋 copy color: '#13680C'

red 19 ◦ green 104 ◦ blue 12

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

Shades of Green #13680C

Tints of Green #13680C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 77.04%

 BLUE value IS 12 (5.08% from 255) = 8.89%

R = 14.07%
G = 77.04%
B = 8.89%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#13680C (or 0x13680C) is known color: Green. HEX triplet: 13, 68 and 0C. RGB value is (19,104,12). Sum of RGB (Red+Green+Blue) = 19+104+12=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 104 (41.02% from 255 or 77.04% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 104 - color contains mainly: green. Hex color #13680C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13680C is #EC97F3. Grayscale: #444444. Windows color (decimal): -15505396 or 813075. OLE color: 813075.

HSL color Cylindrical-coordinate representation of color #13680C: hue angle of 115.43º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13680C is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 104 12 -
CMYK 0.82 0 0.88 0.59
HSL 115.43º 0.79% 0.23% -
HSV(B) 115.43º 0.88% 0.41% -
XYZ 5.29 10.07 2.01 -
YUV 68.1 96.34 92.98 -
System Red Green Blue C M Y K H S L
Decimal 19 104 12 0.82 0 0.88 0.59 115.43 0.79 0.23
Hex 13 68 C 52 0 58 3B 73 4F 17
Octal 23 150 14 122 0 130 73 163 117 27
Binary 10011 1101000 1100 1010010 0 1011000 111011 1110011 1001111 10111

Color Harmonies of #13680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13680C

Black with #13680C

Text Example


Text Example

White with #13680C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,104,12); }

 H1.HeaderClassName
 {
   color: #13680C;
 }
 .AnyTagClassName
 {
   color: #13680C;
 }
</style>

background-color css

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

 a { background-color: rgb(19,104,12); }

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

border-color css

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

 span { border-color: rgb(19,104,12); }

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