Html Css Color HEX #196304 Green

📋 copy color: '#196304'

red 25 ◦ green 99 ◦ blue 4

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

Shades of Green #196304

Tints of Green #196304

RGB

 RED value IS 25 (10.16% from 255) = 19.53%

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

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

R = 19.53%
G = 77.34%
B = 3.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#196304 (or 0x196304) is known color: Green. HEX triplet: 19, 63 and 04. RGB value is (25,99,4). Sum of RGB (Red+Green+Blue) = 25+99+4=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 99 (39.06% from 255 or 77.34% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 99 - color contains mainly: green. Hex color #196304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196304 is #E69CFB. Grayscale: #424242. Windows color (decimal): -15113468 or 287513. OLE color: 287513.

HSL color Cylindrical-coordinate representation of color #196304: hue angle of 106.74º 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 #196304 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 99 4 -
CMYK 0.75 0 0.96 0.61
HSL 106.74º 0.92% 0.2% -
HSV(B) 106.74º 0.96% 0.39% -
XYZ 4.88 9.14 1.62 -
YUV 66.04 92.98 98.72 -
System Red Green Blue C M Y K H S L
Decimal 25 99 4 0.75 0 0.96 0.61 106.74 0.92 0.2
Hex 19 63 4 4B 0 60 3D 6B 5C 14
Octal 31 143 4 113 0 140 75 153 134 24
Binary 11001 1100011 100 1001011 0 1100000 111101 1101011 1011100 10100

Color Harmonies of #196304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196304

Black with #196304

Text Example


Text Example

White with #196304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196304; }

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

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

background-color css

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

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

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

border-color css

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

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

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