#186020

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

Shades of Crusoe #186020

Tints of Crusoe #186020

Color information

#186020 (or 0x186020) is unknown color: approx Crusoe. HEX triplet: 18, 60 and 20. RGB value is (24,96,32). Sum of RGB (Red+Green+Blue) = 24+96+32=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 96 (37.89% from 255 or 63.16% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 96 - color contains mainly: green. Hex color #186020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186020 is #E79FDF. Grayscale: #434343. Windows color (decimal): -15179744 or 2121752. OLE color: 2121752.

HSL color Cylindrical-coordinate representation of color #186020: hue angle of 126.67º 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 #186020 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB249632-
CMYK0.7500.670.62
HSL126.67º60%23.53%-
HSV(B)126.67º75%37.65%-
XYZ4.828.662.78-
YUV67.18108.1597.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.79%
GREEN value IS 96 (37.89% from 255) = 63.16%
BLUE value IS 32 (12.89% from 255) = 21.05%
R=15.79%
G=63.16%
B=21.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2496320.7500.670.62126.676023.53
Hex1860204B0433E7f3c18
Octal30140401130103761777430
Binary110001100000100000100101101000011111110111111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186020; }

 p { color: rgb(24,96,32); }

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

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

 a { background-color: rgb(24,96,32); }

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

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

 span { border-color: rgb(24,96,32); }

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