Html Css Color HEX #137509 Green

📋 copy color: '#137509'

red 19 ◦ green 117 ◦ blue 9

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

Shades of Green #137509

Tints of Green #137509

RGB

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

 GREEN value IS 117 (46.09% from 255) = 80.69%

 BLUE value IS 9 (3.91% from 255) = 6.21%

R = 13.1%
G = 80.69%
B = 6.21%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#137509 (or 0x137509) is known color: Green. HEX triplet: 13, 75 and 09. RGB value is (19,117,9). Sum of RGB (Red+Green+Blue) = 19+117+9=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 117 (46.09% from 255 or 80.69% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 117 - color contains mainly: green. Hex color #137509 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137509 is #EC8AF6. Grayscale: #4B4B4B. Windows color (decimal): -15502071 or 619795. OLE color: 619795.

HSL color Cylindrical-coordinate representation of color #137509: hue angle of 114.44º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137509 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 117 9 -
CMYK 0.84 0 0.92 0.54
HSL 114.44º 0.86% 0.25% -
HSV(B) 114.44º 0.92% 0.46% -
XYZ 6.68 12.88 2.39 -
YUV 75.39 90.53 87.78 -
System Red Green Blue C M Y K H S L
Decimal 19 117 9 0.84 0 0.92 0.54 114.44 0.86 0.25
Hex 13 75 9 54 0 5C 36 72 56 19
Octal 23 165 11 124 0 134 66 162 126 31
Binary 10011 1110101 1001 1010100 0 1011100 110110 1110010 1010110 11001

Color Harmonies of #137509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137509

Black with #137509

Text Example


Text Example

White with #137509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137509; }

 p { color: rgb(19,117,9); }

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

background-color css

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

 a { background-color: rgb(19,117,9); }

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

border-color css

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

 span { border-color: rgb(19,117,9); }

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