Html Css Color HEX #138309 Green

📋 copy color: '#138309'

red 19 ◦ green 131 ◦ blue 9

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

Shades of Green #138309

Tints of Green #138309

RGB

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

 GREEN value IS 131 (51.56% from 255) = 82.39%

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

R = 11.95%
G = 82.39%
B = 5.66%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#138309 (or 0x138309) is known color: Green. HEX triplet: 13, 83 and 09. RGB value is (19,131,9). Sum of RGB (Red+Green+Blue) = 19+131+9=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 131 (51.56% from 255 or 82.39% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 131 - color contains mainly: green. Hex color #138309 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138309 is #EC7CF6. Grayscale: #535353. Windows color (decimal): -15498487 or 623379. OLE color: 623379.

HSL color Cylindrical-coordinate representation of color #138309: hue angle of 115.08º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #138309 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 131 9 -
CMYK 0.85 0 0.93 0.49
HSL 115.08º 0.87% 0.27% -
HSV(B) 115.08º 0.93% 0.51% -
XYZ 8.43 16.39 2.98 -
YUV 83.6 85.89 81.92 -
System Red Green Blue C M Y K H S L
Decimal 19 131 9 0.85 0 0.93 0.49 115.08 0.87 0.27
Hex 13 83 9 55 0 5D 31 73 57 1B
Octal 23 203 11 125 0 135 61 163 127 33
Binary 10011 10000011 1001 1010101 0 1011101 110001 1110011 1010111 11011

Color Harmonies of #138309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138309

Black with #138309

Text Example


Text Example

White with #138309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138309; }

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

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

background-color css

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

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

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

border-color css

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

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

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