#195221

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

Shades of Myrtle #195221

Tints of Myrtle #195221

Color information

#195221 (or 0x195221) is unknown color: approx Myrtle. HEX triplet: 19, 52 and 21. RGB value is (25,82,33). Sum of RGB (Red+Green+Blue) = 25+82+33=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 82 (32.42% from 255 or 58.57% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 82 - color contains mainly: green. Hex color #195221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195221 is #E6ADDE. Grayscale: #3B3B3B. Windows color (decimal): -15117791 or 2183705. OLE color: 2183705.

HSL color Cylindrical-coordinate representation of color #195221: hue angle of 128.42º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #195221 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB258233-
CMYK0.7000.600.68
HSL128.42º53.27%20.98%-
HSV(B)128.42º69.51%32.16%-
XYZ3.696.352.47-
YUV59.37113.12103.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.86%
GREEN value IS 82 (32.42% from 255) = 58.57%
BLUE value IS 33 (13.28% from 255) = 23.57%
R=17.86%
G=58.57%
B=23.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2582330.7000.600.68128.4253.2720.98
Hex1952214603C44803515
Octal31122411060741042006525
Binary1100110100101000011000110011110010001001000000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195221; }

 p { color: rgb(25,82,33); }

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

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

 a { background-color: rgb(25,82,33); }

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

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

 span { border-color: rgb(25,82,33); }

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