#186035

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

Shades of Crusoe #186035

Tints of Crusoe #186035

Color information

#186035 (or 0x186035) is unknown color: approx Crusoe. HEX triplet: 18, 60 and 35. RGB value is (24,96,53). Sum of RGB (Red+Green+Blue) = 24+96+53=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #186035 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186035 is #E79FCA. Grayscale: #454545. Windows color (decimal): -15179723 or 3498008. OLE color: 3498008.

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

Color convert

RGB249653-
CMYK0.7500.450.62
HSL144.17º60%23.53%-
HSV(B)144.17º75%37.65%-
XYZ5.28.824.8-
YUV69.57118.6595.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.87%
GREEN value IS 96 (37.89% from 255) = 55.49%
BLUE value IS 53 (21.09% from 255) = 30.64%
R=13.87%
G=55.49%
B=30.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2496530.7500.450.62144.176023.53
Hex1860354B02D3E903c18
Octal3014065113055762207430
Binary110001100000110101100101101011011111101001000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186035; }

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

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

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

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

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

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

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

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