#14630F

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

Shades of Myrtle #14630F

Tints of Myrtle #14630F

Color information

#14630F (or 0x14630F) is unknown color: approx Myrtle. HEX triplet: 14, 63 and 0F. RGB value is (20,99,15). Sum of RGB (Red+Green+Blue) = 20+99+15=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 99 (39.06% from 255 or 73.88% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 99 - color contains mainly: green. Hex color #14630F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14630F is #EB9CF0. Grayscale: #424242. Windows color (decimal): -15441137 or 1008404. OLE color: 1008404.

HSL color Cylindrical-coordinate representation of color #14630F: hue angle of 116.43º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14630F is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB209915-
CMYK0.8000.850.61
HSL116.43º73.68%22.35%-
HSV(B)116.43º84.85%38.82%-
XYZ4.849.111.95-
YUV65.899.3395.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.93%
GREEN value IS 99 (39.06% from 255) = 73.88%
BLUE value IS 15 (6.25% from 255) = 11.19%
R=14.93%
G=73.88%
B=11.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099150.8000.850.61116.4373.6822.35
Hex1463F500553D744a16
Octal241431712001257516411226
Binary10100110001111111010000010101011111011110100100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14630F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14630F; }

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

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

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

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

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

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

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

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