#185630

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

Shades of Crusoe #185630

Tints of Crusoe #185630

Color information

#185630 (or 0x185630) is unknown color: approx Crusoe. HEX triplet: 18, 56 and 30. RGB value is (24,86,48). Sum of RGB (Red+Green+Blue) = 24+86+48=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 86 (33.98% from 255 or 54.43% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 86 - color contains mainly: green. Hex color #185630 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185630 is #E7A9CF. Grayscale: #3F3F3F. Windows color (decimal): -15182288 or 3167768. OLE color: 3167768.

HSL color Cylindrical-coordinate representation of color #185630: hue angle of 143.23º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #185630 is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB248648-
CMYK0.7200.440.66
HSL143.23º56.36%21.57%-
HSV(B)143.23º72.09%33.73%-
XYZ4.247.063.94-
YUV63.13119.46100.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.19%
GREEN value IS 86 (33.98% from 255) = 54.43%
BLUE value IS 48 (19.14% from 255) = 30.38%
R=15.19%
G=54.43%
B=30.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2486480.7200.440.66143.2356.3621.57
Hex1856304802C428f3816
Octal30126601100541022177026
Binary1100010101101100001001000010110010000101000111111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185630; }

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

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

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

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

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

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

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

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