#146E25

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

Shades of Camarone #146E25

Tints of Camarone #146E25

Color information

#146E25 (or 0x146E25) is unknown color: approx Camarone. HEX triplet: 14, 6E and 25. RGB value is (20,110,37). Sum of RGB (Red+Green+Blue) = 20+110+37=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 110 (43.36% from 255 or 65.87% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 110 - color contains mainly: green. Hex color #146E25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146E25 is #EB91DA. Grayscale: #4A4A4A. Windows color (decimal): -15438299 or 2453012. OLE color: 2453012.

HSL color Cylindrical-coordinate representation of color #146E25: hue angle of 131.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146E25 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.57.

Color convert

RGB2011037-
CMYK0.8200.660.57
HSL131.33º69.23%25.49%-
HSV(B)131.33º81.82%43.14%-
XYZ6.211.433.63-
YUV74.77106.6888.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 110 (43.36% from 255) = 65.87%
BLUE value IS 37 (14.84% from 255) = 22.16%
R=11.98%
G=65.87%
B=22.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20110370.8200.660.57131.3369.2325.49
Hex146E255204239834519
Octal241564512201027120310531
Binary10100110111010010110100100100001011100110000011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146E25; }

 p { color: rgb(20,110,37); }

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

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

 a { background-color: rgb(20,110,37); }

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

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

 span { border-color: rgb(20,110,37); }

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