#195D00

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

Shades of Myrtle #195D00

Tints of Myrtle #195D00

Color information

#195D00 (or 0x195D00) is unknown color: approx Myrtle. HEX triplet: 19, 5D and 00. RGB value is (25,93,0). Sum of RGB (Red+Green+Blue) = 25+93+0=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 93 (36.72% from 255 or 78.81% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 93 - color contains mainly: green. Hex color #195D00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195D00 is #E6A2FF. Grayscale: #3E3E3E. Windows color (decimal): -15115008 or 23833. OLE color: 23833.

HSL color Cylindrical-coordinate representation of color #195D00: hue angle of 103.87º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #195D00 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB25930-
CMYK0.73010.64
HSL103.87º100%18.24%-
HSV(B)103.87º100%36.47%-
XYZ4.328.041.32-
YUV62.0792.97101.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.19%
GREEN value IS 93 (36.72% from 255) = 78.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=21.19%
G=78.81%
B=0%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal259300.73010.64103.8710018.24
Hex195D04906440686412
Octal311350111014410015014422
Binary110011011101010010010110010010000001101000110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195D00; }

 p { color: rgb(25,93,0); }

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

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

 a { background-color: rgb(25,93,0); }

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

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

 span { border-color: rgb(25,93,0); }

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