Html Css Color HEX #136505 Green

📋 copy color: '#136505'

red 19 ◦ green 101 ◦ blue 5

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

Shades of Green #136505

Tints of Green #136505

RGB

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

 GREEN value IS 101 (39.84% from 255) = 80.8%

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

R = 15.2%
G = 80.8%
B = 4%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.95

 K value IS 0.60

RGB Variations

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

Color information

#136505 (or 0x136505) is known color: Green. HEX triplet: 13, 65 and 05. RGB value is (19,101,5). Sum of RGB (Red+Green+Blue) = 19+101+5=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 101 (39.84% from 255 or 80.8% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 101 - color contains mainly: green. Hex color #136505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136505 is #EC9AFA. Grayscale: #414141. Windows color (decimal): -15506171 or 353555. OLE color: 353555.

HSL color Cylindrical-coordinate representation of color #136505: hue angle of 111.25º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #136505 is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 101 5 -
CMYK 0.81 0 0.95 0.60
HSL 111.25º 0.91% 0.21% -
HSV(B) 111.25º 0.95% 0.4% -
XYZ 4.95 9.46 1.71 -
YUV 65.54 93.83 94.81 -
System Red Green Blue C M Y K H S L
Decimal 19 101 5 0.81 0 0.95 0.60 111.25 0.91 0.21
Hex 13 65 5 51 0 5F 3C 6F 5B 15
Octal 23 145 5 121 0 137 74 157 133 25
Binary 10011 1100101 101 1010001 0 1011111 111100 1101111 1011011 10101

Color Harmonies of #136505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136505

Black with #136505

Text Example


Text Example

White with #136505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136505; }

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

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

background-color css

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

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

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

border-color css

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

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

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