Html Css Color HEX #196001 Myrtle

📋 copy color: '#196001'

red 25 ◦ green 96 ◦ blue 1

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

Shades of Myrtle #196001

Tints of Myrtle #196001

RGB

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

 GREEN value IS 96 (37.89% from 255) = 78.69%

 BLUE value IS 1 (0.78% from 255) = 0.82%

R = 20.49%
G = 78.69%
B = 0.82%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#196001 (or 0x196001) is known color: Myrtle. HEX triplet: 19, 60 and 01. RGB value is (25,96,1). Sum of RGB (Red+Green+Blue) = 25+96+1=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 96 (37.89% from 255 or 78.69% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 96 - color contains mainly: green. Hex color #196001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196001 is #E69FFE. Grayscale: #404040. Windows color (decimal): -15114239 or 90137. OLE color: 90137.

HSL color Cylindrical-coordinate representation of color #196001: hue angle of 104.84º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #196001 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 96 1 -
CMYK 0.74 0 0.99 0.62
HSL 104.84º 0.98% 0.19% -
HSV(B) 104.84º 0.99% 0.38% -
XYZ 4.59 8.57 1.44 -
YUV 63.94 92.48 100.22 -
System Red Green Blue C M Y K H S L
Decimal 25 96 1 0.74 0 0.99 0.62 104.84 0.98 0.19
Hex 19 60 1 4A 0 63 3E 69 62 13
Octal 31 140 1 112 0 143 76 151 142 23
Binary 11001 1100000 1 1001010 0 1100011 111110 1101001 1100010 10011

Color Harmonies of #196001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196001

Black with #196001

Text Example


Text Example

White with #196001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196001; }

 p { color: rgb(25,96,1); }

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

background-color css

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

 a { background-color: rgb(25,96,1); }

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

border-color css

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

 span { border-color: rgb(25,96,1); }

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