#18682C

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

Shades of Camarone #18682C

Tints of Camarone #18682C

Color information

#18682C (or 0x18682C) is unknown color: approx Camarone. HEX triplet: 18, 68 and 2C. RGB value is (24,104,44). Sum of RGB (Red+Green+Blue) = 24+104+44=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 104 (41.02% from 255 or 60.47% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 104 - color contains mainly: green. Hex color #18682C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18682C is #E797D3. Grayscale: #494949. Windows color (decimal): -15177684 or 2910232. OLE color: 2910232.

HSL color Cylindrical-coordinate representation of color #18682C: hue angle of 135º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18682C is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB2410444-
CMYK0.7700.580.59
HSL135º62.5%25.1%-
HSV(B)135º76.92%40.78%-
XYZ5.7810.284.06-
YUV73.24111.592.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.95%
GREEN value IS 104 (41.02% from 255) = 60.47%
BLUE value IS 44 (17.58% from 255) = 25.58%
R=13.95%
G=60.47%
B=25.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24104440.7700.580.5913562.525.1
Hex18682C4D03A3B873e19
Octal3015054115072732077631
Binary110001101000101100100110101110101110111000011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18682C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18682C; }

 p { color: rgb(24,104,44); }

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

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

 a { background-color: rgb(24,104,44); }

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

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

 span { border-color: rgb(24,104,44); }

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