#147426

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

Shades of Camarone #147426

Tints of Camarone #147426

Color information

#147426 (or 0x147426) is unknown color: approx Camarone. HEX triplet: 14, 74 and 26. RGB value is (20,116,38). Sum of RGB (Red+Green+Blue) = 20+116+38=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 116 (45.70% from 255 or 66.67% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 116 - color contains mainly: green. Hex color #147426 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147426 is #EB8BD9. Grayscale: #4E4E4E. Windows color (decimal): -15436762 or 2520084. OLE color: 2520084.

HSL color Cylindrical-coordinate representation of color #147426: hue angle of 131.25º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147426 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB2011638-
CMYK0.8300.670.55
HSL131.25º70.59%26.67%-
HSV(B)131.25º82.76%45.49%-
XYZ6.8812.783.94-
YUV78.4105.286.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.49%
GREEN value IS 116 (45.70% from 255) = 66.67%
BLUE value IS 38 (15.23% from 255) = 21.84%
R=11.49%
G=66.67%
B=21.84%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20116380.8300.670.55131.2570.5926.67
Hex147426530433783471b
Octal241644612301036720310733
Binary10100111010010011010100110100001111011110000011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147426; }

 p { color: rgb(20,116,38); }

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

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

 a { background-color: rgb(20,116,38); }

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

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

 span { border-color: rgb(20,116,38); }

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