#185534

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

Shades of Crusoe #185534

Tints of Crusoe #185534

Color information

#185534 (or 0x185534) is unknown color: approx Crusoe. HEX triplet: 18, 55 and 34. RGB value is (24,85,52). Sum of RGB (Red+Green+Blue) = 24+85+52=161 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.91% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #185534 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185534 is #E7AACB. Grayscale: #3F3F3F. Windows color (decimal): -15182540 or 3429656. OLE color: 3429656.

HSL color Cylindrical-coordinate representation of color #185534: hue angle of 147.54º 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 #185534 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB248552-
CMYK0.7200.390.67
HSL147.54º55.96%21.37%-
HSV(B)147.54º71.76%33.33%-
XYZ4.256.944.36-
YUV63121.79100.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.91%
GREEN value IS 85 (33.59% from 255) = 52.80%
BLUE value IS 52 (20.70% from 255) = 32.30%
R=14.91%
G=52.80%
B=32.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485520.7200.390.67147.5455.9621.37
Hex1855344802743943815
Octal30125641100471032247025
Binary1100010101011101001001000010011110000111001010011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185534; }

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

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

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

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

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

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

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

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