#14782F

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

Shades of Camarone #14782F

Tints of Camarone #14782F

Color information

#14782F (or 0x14782F) is unknown color: approx Camarone. HEX triplet: 14, 78 and 2F. RGB value is (20,120,47). Sum of RGB (Red+Green+Blue) = 20+120+47=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 120 (47.27% from 255 or 64.17% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 120 - color contains mainly: green. Hex color #14782F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14782F is #EB87D0. Grayscale: #515151. Windows color (decimal): -15435729 or 3110932. OLE color: 3110932.

HSL color Cylindrical-coordinate representation of color #14782F: hue angle of 136.2º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14782F is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB2012047-
CMYK0.8300.610.53
HSL136.2º71.43%27.45%-
HSV(B)136.2º83.33%47.06%-
XYZ7.5213.794.95-
YUV81.78108.3783.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 120 (47.27% from 255) = 64.17%
BLUE value IS 47 (18.75% from 255) = 25.13%
R=10.70%
G=64.17%
B=25.13%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20120470.8300.610.53136.271.4327.45
Hex14782F5303D3588471b
Octal24170571230756521010733
Binary1010011110001011111010011011110111010110001000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,120,47); }

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

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

 a { background-color: rgb(20,120,47); }

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

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

 span { border-color: rgb(20,120,47); }

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