#186030

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

Shades of Crusoe #186030

Tints of Crusoe #186030

Color information

#186030 (or 0x186030) is unknown color: approx Crusoe. HEX triplet: 18, 60 and 30. RGB value is (24,96,48). Sum of RGB (Red+Green+Blue) = 24+96+48=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #186030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186030 is #E79FCF. Grayscale: #454545. Windows color (decimal): -15179728 or 3170328. OLE color: 3170328.

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

Color convert

RGB249648-
CMYK0.7500.500.62
HSL140º60%23.53%-
HSV(B)140º75%37.65%-
XYZ5.098.774.22-
YUV69116.1595.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.29%
GREEN value IS 96 (37.89% from 255) = 57.14%
BLUE value IS 48 (19.14% from 255) = 28.57%
R=14.29%
G=57.14%
B=28.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2496480.7500.500.621406023.53
Hex1860304B0323E8c3c18
Octal3014060113062762147430
Binary110001100000110000100101101100101111101000110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186030; }

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

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

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

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

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

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

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

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