Html Css Color HEX #138505 Green

📋 copy color: '#138505'

red 19 ◦ green 133 ◦ blue 5

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

Shades of Green #138505

Tints of Green #138505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.18%

R = 12.1%
G = 84.71%
B = 3.18%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#138505 (or 0x138505) is known color: Green. HEX triplet: 13, 85 and 05. RGB value is (19,133,5). Sum of RGB (Red+Green+Blue) = 19+133+5=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 133 (52.34% from 255 or 84.71% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 133 - color contains mainly: green. Hex color #138505 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138505 is #EC7AFA. Grayscale: #545454. Windows color (decimal): -15497979 or 361747. OLE color: 361747.

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

Color convert

RGB 19 133 5 -
CMYK 0.86 0 0.96 0.48
HSL 113.44º 0.93% 0.27% -
HSV(B) 113.44º 0.96% 0.52% -
XYZ 8.68 16.92 2.95 -
YUV 84.32 83.23 81.41 -
System Red Green Blue C M Y K H S L
Decimal 19 133 5 0.86 0 0.96 0.48 113.44 0.93 0.27
Hex 13 85 5 56 0 60 30 71 5D 1B
Octal 23 205 5 126 0 140 60 161 135 33
Binary 10011 10000101 101 1010110 0 1100000 110000 1110001 1011101 11011

Color Harmonies of #138505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138505

Black with #138505

Text Example


Text Example

White with #138505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138505; }

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

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

background-color css

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

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

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

border-color css

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

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

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