#18742A

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

Shades of Camarone #18742A

Tints of Camarone #18742A

Color information

#18742A (or 0x18742A) is unknown color: approx Camarone. HEX triplet: 18, 74 and 2A. RGB value is (24,116,42). Sum of RGB (Red+Green+Blue) = 24+116+42=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 116 (45.70% from 255 or 63.74% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 116 - color contains mainly: green. Hex color #18742A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18742A is #E78BD5. Grayscale: #505050. Windows color (decimal): -15174614 or 2782232. OLE color: 2782232.

HSL color Cylindrical-coordinate representation of color #18742A: hue angle of 131.74º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18742A is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB2411642-
CMYK0.7900.640.55
HSL131.74º65.71%27.45%-
HSV(B)131.74º79.31%45.49%-
XYZ7.0412.854.3-
YUV80.06106.5288.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.19%
GREEN value IS 116 (45.70% from 255) = 63.74%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=13.19%
G=63.74%
B=23.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24116420.7900.640.55131.7465.7127.45
Hex18742A4F0403784421b
Octal301645211701006720410233
Binary11000111010010101010011110100000011011110000100100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18742A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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