#185430

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

Shades of Crusoe #185430

Tints of Crusoe #185430

Color information

#185430 (or 0x185430) is unknown color: approx Crusoe. HEX triplet: 18, 54 and 30. RGB value is (24,84,48). Sum of RGB (Red+Green+Blue) = 24+84+48=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #185430 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185430 is #E7ABCF. Grayscale: #3E3E3E. Windows color (decimal): -15182800 or 3167256. OLE color: 3167256.

HSL color Cylindrical-coordinate representation of color #185430: hue angle of 144º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185430 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB248448-
CMYK0.7100.430.67
HSL144º55.56%21.18%-
HSV(B)144º71.43%32.94%-
XYZ4.086.753.88-
YUV61.96120.12100.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.38%
GREEN value IS 84 (33.20% from 255) = 53.85%
BLUE value IS 48 (19.14% from 255) = 30.77%
R=15.38%
G=53.85%
B=30.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2484480.7100.430.6714455.5621.18
Hex1854304702B43903815
Octal30124601070531032207025
Binary1100010101001100001000111010101110000111001000011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185430; }

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

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

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

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

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

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

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

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