#195C0F

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

Shades of Myrtle #195C0F

Tints of Myrtle #195C0F

Color information

#195C0F (or 0x195C0F) is unknown color: approx Myrtle. HEX triplet: 19, 5C and 0F. RGB value is (25,92,15). Sum of RGB (Red+Green+Blue) = 25+92+15=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 92 (36.33% from 255 or 69.70% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 92 - color contains mainly: green. Hex color #195C0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195C0F is #E6A3F0. Grayscale: #3F3F3F. Windows color (decimal): -15115249 or 1006617. OLE color: 1006617.

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

Color convert

RGB259215-
CMYK0.7300.840.64
HSL112.21º71.96%20.98%-
HSV(B)112.21º83.7%36.08%-
XYZ4.317.91.75-
YUV63.19100.8100.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.94%
GREEN value IS 92 (36.33% from 255) = 69.70%
BLUE value IS 15 (6.25% from 255) = 11.36%
R=18.94%
G=69.70%
B=11.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2592150.7300.840.64112.2171.9620.98
Hex195CF4905440704815
Octal3113417111012410016011025
Binary110011011100111110010010101010010000001110000100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,92,15); }

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

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

 a { background-color: rgb(25,92,15); }

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

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

 span { border-color: rgb(25,92,15); }

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