Html Css Color HEX #138506 Green

📋 copy color: '#138506'

red 19 ◦ green 133 ◦ blue 6

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

Shades of Green #138506

Tints of Green #138506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.8%

R = 12.03%
G = 84.18%
B = 3.8%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#138506 (or 0x138506) is known color: Green. HEX triplet: 13, 85 and 06. RGB value is (19,133,6). Sum of RGB (Red+Green+Blue) = 19+133+6=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 133 (52.34% from 255 or 84.18% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 133 - color contains mainly: green. Hex color #138506 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138506 is #EC7AF9. Grayscale: #545454. Windows color (decimal): -15497978 or 427283. OLE color: 427283.

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

Color convert

RGB 19 133 6 -
CMYK 0.86 0 0.95 0.48
HSL 113.86º 0.91% 0.27% -
HSV(B) 113.86º 0.95% 0.52% -
XYZ 8.69 16.93 2.98 -
YUV 84.44 83.73 81.33 -
System Red Green Blue C M Y K H S L
Decimal 19 133 6 0.86 0 0.95 0.48 113.86 0.91 0.27
Hex 13 85 6 56 0 5F 30 72 5B 1B
Octal 23 205 6 126 0 137 60 162 133 33
Binary 10011 10000101 110 1010110 0 1011111 110000 1110010 1011011 11011

Color Harmonies of #138506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138506

Black with #138506

Text Example


Text Example

White with #138506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138506; }

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

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

background-color css

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

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

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

border-color css

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

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

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