Html Css Color HEX #136304 Green

📋 copy color: '#136304'

red 19 ◦ green 99 ◦ blue 4

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

Shades of Green #136304

Tints of Green #136304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 81.15%

 BLUE value IS 4 (1.95% from 255) = 3.28%

R = 15.57%
G = 81.15%
B = 3.28%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#136304 (or 0x136304) is known color: Green. HEX triplet: 13, 63 and 04. RGB value is (19,99,4). Sum of RGB (Red+Green+Blue) = 19+99+4=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 99 (39.06% from 255 or 81.15% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 99 - color contains mainly: green. Hex color #136304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136304 is #EC9CFB. Grayscale: #404040. Windows color (decimal): -15506684 or 287507. OLE color: 287507.

HSL color Cylindrical-coordinate representation of color #136304: hue angle of 110.53º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #136304 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 99 4 -
CMYK 0.81 0 0.96 0.61
HSL 110.53º 0.92% 0.2% -
HSV(B) 110.53º 0.96% 0.39% -
XYZ 4.75 9.07 1.62 -
YUV 64.25 94 95.72 -
System Red Green Blue C M Y K H S L
Decimal 19 99 4 0.81 0 0.96 0.61 110.53 0.92 0.2
Hex 13 63 4 51 0 60 3D 6F 5C 14
Octal 23 143 4 121 0 140 75 157 134 24
Binary 10011 1100011 100 1010001 0 1100000 111101 1101111 1011100 10100

Color Harmonies of #136304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136304

Black with #136304

Text Example


Text Example

White with #136304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136304; }

 p { color: rgb(19,99,4); }

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

background-color css

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

 a { background-color: rgb(19,99,4); }

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

border-color css

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

 span { border-color: rgb(19,99,4); }

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