#14752D

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

Shades of Camarone #14752D

Tints of Camarone #14752D

Color information

#14752D (or 0x14752D) is unknown color: approx Camarone. HEX triplet: 14, 75 and 2D. RGB value is (20,117,45). Sum of RGB (Red+Green+Blue) = 20+117+45=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 117 (46.09% from 255 or 64.29% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 117 - color contains mainly: green. Hex color #14752D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14752D is #EB8AD2. Grayscale: #4F4F4F. Windows color (decimal): -15436499 or 2979092. OLE color: 2979092.

HSL color Cylindrical-coordinate representation of color #14752D: hue angle of 135.46º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14752D is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB2011745-
CMYK0.8300.620.54
HSL135.46º70.8%26.86%-
HSV(B)135.46º82.91%45.88%-
XYZ7.1213.064.63-
YUV79.79108.3685.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.99%
GREEN value IS 117 (46.09% from 255) = 64.29%
BLUE value IS 45 (17.97% from 255) = 24.73%
R=10.99%
G=64.29%
B=24.73%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20117450.8300.620.54135.4670.826.86
Hex14752D5303E3687471b
Octal24165551230766620710733
Binary1010011101011011011010011011111011011010000111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14752D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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