#14722D

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

Shades of Camarone #14722D

Tints of Camarone #14722D

Color information

#14722D (or 0x14722D) is unknown color: approx Camarone. HEX triplet: 14, 72 and 2D. RGB value is (20,114,45). Sum of RGB (Red+Green+Blue) = 20+114+45=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 114 (44.92% from 255 or 63.69% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 114 - color contains mainly: green. Hex color #14722D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14722D is #EB8DD2. Grayscale: #4E4E4E. Windows color (decimal): -15437267 or 2978324. OLE color: 2978324.

HSL color Cylindrical-coordinate representation of color #14722D: hue angle of 135.96º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14722D is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB2011445-
CMYK0.8200.610.55
HSL135.96º70.15%26.27%-
HSV(B)135.96º82.46%44.71%-
XYZ6.7812.374.51-
YUV78.03109.3686.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.17%
GREEN value IS 114 (44.92% from 255) = 63.69%
BLUE value IS 45 (17.97% from 255) = 25.14%
R=11.17%
G=63.69%
B=25.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20114450.8200.610.55135.9670.1526.27
Hex14722D5203D3788461a
Octal24162551220756721010632
Binary1010011100101011011010010011110111011110001000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14722D; }

 p { color: rgb(20,114,45); }

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

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

 a { background-color: rgb(20,114,45); }

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

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

 span { border-color: rgb(20,114,45); }

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