#186129

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

Shades of Crusoe #186129

Tints of Crusoe #186129

Color information

#186129 (or 0x186129) is unknown color: approx Crusoe. HEX triplet: 18, 61 and 29. RGB value is (24,97,41). Sum of RGB (Red+Green+Blue) = 24+97+41=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 97 (38.28% from 255 or 59.88% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 97 - color contains mainly: green. Hex color #186129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186129 is #E79ED6. Grayscale: #444444. Windows color (decimal): -15179479 or 2711832. OLE color: 2711832.

HSL color Cylindrical-coordinate representation of color #186129: hue angle of 133.97º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #186129 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB249741-
CMYK0.7500.580.62
HSL133.97º60.33%23.73%-
HSV(B)133.97º75.26%38.04%-
XYZ5.058.93.55-
YUV68.79112.3296.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.81%
GREEN value IS 97 (38.28% from 255) = 59.88%
BLUE value IS 41 (16.41% from 255) = 25.31%
R=14.81%
G=59.88%
B=25.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2497410.7500.580.62133.9760.3323.73
Hex1861294B03A3E863c18
Octal3014151113072762067430
Binary110001100001101001100101101110101111101000011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186129; }

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

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

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

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

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

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

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

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