Html Css Color HEX #196505 Green

📋 copy color: '#196505'

red 25 ◦ green 101 ◦ blue 5

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

Shades of Green #196505

Tints of Green #196505

RGB

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

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

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

R = 19.08%
G = 77.1%
B = 3.82%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.95

 K value IS 0.60

RGB Variations

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

Color information

#196505 (or 0x196505) is known color: Green. HEX triplet: 19, 65 and 05. RGB value is (25,101,5). Sum of RGB (Red+Green+Blue) = 25+101+5=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 101 (39.84% from 255 or 77.10% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 101 - color contains mainly: green. Hex color #196505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196505 is #E69AFA. Grayscale: #434343. Windows color (decimal): -15112955 or 353561. OLE color: 353561.

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

Color convert

RGB 25 101 5 -
CMYK 0.75 0 0.95 0.60
HSL 107.5º 0.91% 0.21% -
HSV(B) 107.5º 0.95% 0.4% -
XYZ 5.08 9.52 1.71 -
YUV 67.33 92.82 97.81 -
System Red Green Blue C M Y K H S L
Decimal 25 101 5 0.75 0 0.95 0.60 107.5 0.91 0.21
Hex 19 65 5 4B 0 5F 3C 6C 5B 15
Octal 31 145 5 113 0 137 74 154 133 25
Binary 11001 1100101 101 1001011 0 1011111 111100 1101100 1011011 10101

Color Harmonies of #196505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196505

Black with #196505

Text Example


Text Example

White with #196505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196505; }

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

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

background-color css

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

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

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

border-color css

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

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

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