Html Css Color HEX #13770C Green

📋 copy color: '#13770C'

red 19 ◦ green 119 ◦ blue 12

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

Shades of Green #13770C

Tints of Green #13770C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 79.33%

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

R = 12.67%
G = 79.33%
B = 8%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#13770C (or 0x13770C) is known color: Green. HEX triplet: 13, 77 and 0C. RGB value is (19,119,12). Sum of RGB (Red+Green+Blue) = 19+119+12=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 119 (46.88% from 255 or 79.33% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 119 - color contains mainly: green. Hex color #13770C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13770C is #EC88F3. Grayscale: #4D4D4D. Windows color (decimal): -15501556 or 816915. OLE color: 816915.

HSL color Cylindrical-coordinate representation of color #13770C: hue angle of 116.07º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13770C is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 119 12 -
CMYK 0.84 0 0.90 0.53
HSL 116.07º 0.82% 0.26% -
HSV(B) 116.07º 0.9% 0.47% -
XYZ 6.93 13.36 2.56 -
YUV 76.9 91.37 86.7 -
System Red Green Blue C M Y K H S L
Decimal 19 119 12 0.84 0 0.90 0.53 116.07 0.82 0.26
Hex 13 77 C 54 0 5A 35 74 52 1A
Octal 23 167 14 124 0 132 65 164 122 32
Binary 10011 1110111 1100 1010100 0 1011010 110101 1110100 1010010 11010

Color Harmonies of #13770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13770C

Black with #13770C

Text Example


Text Example

White with #13770C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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