#18682E

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

Shades of Camarone #18682E

Tints of Camarone #18682E

Color information

#18682E (or 0x18682E) is unknown color: approx Camarone. HEX triplet: 18, 68 and 2E. RGB value is (24,104,46). Sum of RGB (Red+Green+Blue) = 24+104+46=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 104 (41.02% from 255 or 59.77% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 104 - color contains mainly: green. Hex color #18682E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18682E is #E797D1. Grayscale: #494949. Windows color (decimal): -15177682 or 3041304. OLE color: 3041304.

HSL color Cylindrical-coordinate representation of color #18682E: hue angle of 136.5º 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 #18682E is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB2410446-
CMYK0.7700.560.59
HSL136.5º62.5%25.1%-
HSV(B)136.5º76.92%40.78%-
XYZ5.8210.294.26-
YUV73.47112.592.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.79%
GREEN value IS 104 (41.02% from 255) = 59.77%
BLUE value IS 46 (18.36% from 255) = 26.44%
R=13.79%
G=59.77%
B=26.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24104460.7700.560.59136.562.525.1
Hex18682E4D0383B883e19
Octal3015056115070732107631
Binary110001101000101110100110101110001110111000100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18682E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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