#14742A

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

Shades of Camarone #14742A

Tints of Camarone #14742A

Color information

#14742A (or 0x14742A) is unknown color: approx Camarone. HEX triplet: 14, 74 and 2A. RGB value is (20,116,42). Sum of RGB (Red+Green+Blue) = 20+116+42=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 116 (45.70% from 255 or 65.17% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 116 - color contains mainly: green. Hex color #14742A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14742A is #EB8BD5. Grayscale: #4F4F4F. Windows color (decimal): -15436758 or 2782228. OLE color: 2782228.

HSL color Cylindrical-coordinate representation of color #14742A: hue angle of 133.75º 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 #14742A is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB2011642-
CMYK0.8300.640.55
HSL133.75º70.59%26.67%-
HSV(B)133.75º82.76%45.49%-
XYZ6.9512.814.3-
YUV78.86107.286.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 116 (45.70% from 255) = 65.17%
BLUE value IS 42 (16.80% from 255) = 23.60%
R=11.24%
G=65.17%
B=23.60%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20116420.8300.640.55133.7570.5926.67
Hex14742A530403786471b
Octal241645212301006720610733
Binary10100111010010101010100110100000011011110000110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14742A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14742A; }

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

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

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

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

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

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

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

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