#187529

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

Shades of Camarone #187529

Tints of Camarone #187529

Color information

#187529 (or 0x187529) is unknown color: approx Camarone. HEX triplet: 18, 75 and 29. RGB value is (24,117,41). Sum of RGB (Red+Green+Blue) = 24+117+41=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 117 (46.09% from 255 or 64.29% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 117 - color contains mainly: green. Hex color #187529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #187529 is #E78AD6. Grayscale: #505050. Windows color (decimal): -15174359 or 2716952. OLE color: 2716952.

HSL color Cylindrical-coordinate representation of color #187529: hue angle of 130.97º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #187529 is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB2411741-
CMYK0.7900.650.54
HSL130.97º65.96%27.65%-
HSV(B)130.97º79.49%45.88%-
XYZ7.1413.084.25-
YUV80.53105.6987.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.19%
GREEN value IS 117 (46.09% from 255) = 64.29%
BLUE value IS 41 (16.41% from 255) = 22.53%
R=13.19%
G=64.29%
B=22.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24117410.7900.650.54130.9765.9627.65
Hex1875294F0413683421c
Octal301655111701016620310234
Binary11000111010110100110011110100000111011010000011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187529; }

 p { color: rgb(24,117,41); }

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

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

 a { background-color: rgb(24,117,41); }

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

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

 span { border-color: rgb(24,117,41); }

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