Html Css Color HEX #138509 Green

📋 copy color: '#138509'

red 19 ◦ green 133 ◦ blue 9

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

Shades of Green #138509

Tints of Green #138509

RGB

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

 GREEN value IS 133 (52.34% from 255) = 82.61%

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

R = 11.8%
G = 82.61%
B = 5.59%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#138509 (or 0x138509) is known color: Green. HEX triplet: 13, 85 and 09. RGB value is (19,133,9). Sum of RGB (Red+Green+Blue) = 19+133+9=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 133 (52.34% from 255 or 82.61% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 133 - color contains mainly: green. Hex color #138509 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138509 is #EC7AF6. Grayscale: #555555. Windows color (decimal): -15497975 or 623891. OLE color: 623891.

HSL color Cylindrical-coordinate representation of color #138509: hue angle of 115.16º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #138509 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 133 9 -
CMYK 0.86 0 0.93 0.48
HSL 115.16º 0.87% 0.28% -
HSV(B) 115.16º 0.93% 0.52% -
XYZ 8.71 16.93 3.07 -
YUV 84.78 85.23 81.08 -
System Red Green Blue C M Y K H S L
Decimal 19 133 9 0.86 0 0.93 0.48 115.16 0.87 0.28
Hex 13 85 9 56 0 5D 30 73 57 1C
Octal 23 205 11 126 0 135 60 163 127 34
Binary 10011 10000101 1001 1010110 0 1011101 110000 1110011 1010111 11100

Color Harmonies of #138509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138509

Black with #138509

Text Example


Text Example

White with #138509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138509; }

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

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

background-color css

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

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

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

border-color css

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

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

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