#186830

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

Shades of Camarone #186830

Tints of Camarone #186830

Color information

#186830 (or 0x186830) is unknown color: approx Camarone. HEX triplet: 18, 68 and 30. RGB value is (24,104,48). Sum of RGB (Red+Green+Blue) = 24+104+48=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 104 (41.02% from 255 or 59.09% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 104 - color contains mainly: green. Hex color #186830 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186830 is #E797CF. Grayscale: #494949. Windows color (decimal): -15177680 or 3172376. OLE color: 3172376.

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

Color convert

RGB2410448-
CMYK0.7700.540.59
HSL138º62.5%25.1%-
HSV(B)138º76.92%40.78%-
XYZ5.8610.314.48-
YUV73.7113.592.55-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.64%
GREEN value IS 104 (41.02% from 255) = 59.09%
BLUE value IS 48 (19.14% from 255) = 27.27%
R=13.64%
G=59.09%
B=27.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24104480.7700.540.5913862.525.1
Hex1868304D0363B8a3e19
Octal3015060115066732127631
Binary110001101000110000100110101101101110111000101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186830; }

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

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

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

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

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

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

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

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