#195001

Color #195001 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #195001

Tints of Myrtle #195001

Color information

#195001 (or 0x195001) is unknown color: approx Myrtle. HEX triplet: 19, 50 and 01. RGB value is (25,80,1). Sum of RGB (Red+Green+Blue) = 25+80+1=106 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.58% from 106); Green value is 80 (31.64% from 255 or 75.47% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 80 - color contains mainly: green. Hex color #195001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195001 is #E6AFFE. Grayscale: #363636. Windows color (decimal): -15118335 or 86041. OLE color: 86041.

HSL color Cylindrical-coordinate representation of color #195001: hue angle of 101.77º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #195001 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB25801-
CMYK0.6900.990.69
HSL101.77º97.53%15.88%-
HSV(B)101.77º98.75%31.37%-
XYZ3.285.951-
YUV54.5597.78106.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.58%
GREEN value IS 80 (31.64% from 255) = 75.47%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=23.58%
G=75.47%
B=0.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal258010.6900.990.69101.7797.5315.88
Hex195014506345666210
Octal311201105014310514614220
Binary110011010000110001010110001110001011100110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195001; }

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

 H1.HeaderClassName
 {
   color: #195001;
 }
 .AnyTagClassName
 {
   color: #195001;
 }
</style>
background-color css

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

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

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

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

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

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