Html Css Color HEX #138409 Green

📋 copy color: '#138409'

red 19 ◦ green 132 ◦ blue 9

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

Shades of Green #138409

Tints of Green #138409

RGB

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

 GREEN value IS 132 (51.95% from 255) = 82.5%

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

R = 11.88%
G = 82.5%
B = 5.63%

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

#138409 (or 0x138409) is known color: Green. HEX triplet: 13, 84 and 09. RGB value is (19,132,9). Sum of RGB (Red+Green+Blue) = 19+132+9=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 132 (51.95% from 255 or 82.5% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 132 - color contains mainly: green. Hex color #138409 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138409 is #EC7BF6. Grayscale: #545454. Windows color (decimal): -15498231 or 623635. OLE color: 623635.

HSL color Cylindrical-coordinate representation of color #138409: hue angle of 115.12º 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 #138409 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 132 9 -
CMYK 0.86 0 0.93 0.48
HSL 115.12º 0.87% 0.28% -
HSV(B) 115.12º 0.93% 0.52% -
XYZ 8.57 16.66 3.02 -
YUV 84.19 85.56 81.5 -
System Red Green Blue C M Y K H S L
Decimal 19 132 9 0.86 0 0.93 0.48 115.12 0.87 0.28
Hex 13 84 9 56 0 5D 30 73 57 1C
Octal 23 204 11 126 0 135 60 163 127 34
Binary 10011 10000100 1001 1010110 0 1011101 110000 1110011 1010111 11100

Color Harmonies of #138409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138409

Black with #138409

Text Example


Text Example

White with #138409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138409; }

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

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

background-color css

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

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

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

border-color css

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

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

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