Html Css Color HEX #138406 Green

📋 copy color: '#138406'

red 19 ◦ green 132 ◦ blue 6

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

Shades of Green #138406

Tints of Green #138406

RGB

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

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

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

R = 12.1%
G = 84.08%
B = 3.82%

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

#138406 (or 0x138406) is known color: Green. HEX triplet: 13, 84 and 06. RGB value is (19,132,6). Sum of RGB (Red+Green+Blue) = 19+132+6=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 132 (51.95% from 255 or 84.08% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 132 - color contains mainly: green. Hex color #138406 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138406 is #EC7BF9. Grayscale: #545454. Windows color (decimal): -15498234 or 427027. OLE color: 427027.

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

Color convert

RGB 19 132 6 -
CMYK 0.86 0 0.95 0.48
HSL 113.81º 0.91% 0.27% -
HSV(B) 113.81º 0.95% 0.52% -
XYZ 8.55 16.65 2.94 -
YUV 83.85 84.06 81.75 -
System Red Green Blue C M Y K H S L
Decimal 19 132 6 0.86 0 0.95 0.48 113.81 0.91 0.27
Hex 13 84 6 56 0 5F 30 72 5B 1B
Octal 23 204 6 126 0 137 60 162 133 33
Binary 10011 10000100 110 1010110 0 1011111 110000 1110010 1011011 11011

Color Harmonies of #138406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138406

Black with #138406

Text Example


Text Example

White with #138406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138406; }

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

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

background-color css

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

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

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

border-color css

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

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

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