#185533

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

Shades of Crusoe #185533

Tints of Crusoe #185533

Color information

#185533 (or 0x185533) is unknown color: approx Crusoe. HEX triplet: 18, 55 and 33. RGB value is (24,85,51). Sum of RGB (Red+Green+Blue) = 24+85+51=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #185533 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185533 is #E7AACC. Grayscale: #3E3E3E. Windows color (decimal): -15182541 or 3364120. OLE color: 3364120.

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

Color convert

RGB248551-
CMYK0.7200.400.67
HSL146.56º55.96%21.37%-
HSV(B)146.56º71.76%33.33%-
XYZ4.226.934.25-
YUV62.88121.29100.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15%
GREEN value IS 85 (33.59% from 255) = 53.12%
BLUE value IS 51 (20.31% from 255) = 31.88%
R=15%
G=53.12%
B=31.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485510.7200.400.67146.5655.9621.37
Hex1855334802843933815
Octal30125631100501032237025
Binary1100010101011100111001000010100010000111001001111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185533; }

 p { color: rgb(24,85,51); }

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

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

 a { background-color: rgb(24,85,51); }

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

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

 span { border-color: rgb(24,85,51); }

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