#146315

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

Shades of Myrtle #146315

Tints of Myrtle #146315

Color information

#146315 (or 0x146315) is unknown color: approx Myrtle. HEX triplet: 14, 63 and 15. RGB value is (20,99,21). Sum of RGB (Red+Green+Blue) = 20+99+21=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 99 (39.06% from 255 or 70.71% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 99 - color contains mainly: green. Hex color #146315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146315 is #EB9CEA. Grayscale: #424242. Windows color (decimal): -15441131 or 1401620. OLE color: 1401620.

HSL color Cylindrical-coordinate representation of color #146315: hue angle of 120.76º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146315 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB209921-
CMYK0.8000.790.61
HSL120.76º66.39%23.33%-
HSV(B)120.76º79.8%38.82%-
XYZ4.899.132.21-
YUV66.49102.3394.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 99 (39.06% from 255) = 70.71%
BLUE value IS 21 (8.59% from 255) = 15%
R=14.29%
G=70.71%
B=15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099210.8000.790.61120.7666.3923.33
Hex1463155004F3D794217
Octal241432512001177517110227
Binary101001100011101011010000010011111111011111001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146315; }

 p { color: rgb(20,99,21); }

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

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

 a { background-color: rgb(20,99,21); }

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

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

 span { border-color: rgb(20,99,21); }

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