#185525

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

Shades of Crusoe #185525

Tints of Crusoe #185525

Color information

#185525 (or 0x185525) is unknown color: approx Crusoe. HEX triplet: 18, 55 and 25. RGB value is (24,85,37). Sum of RGB (Red+Green+Blue) = 24+85+37=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #185525 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185525 is #E7AADA. Grayscale: #3D3D3D. Windows color (decimal): -15182555 or 2446616. OLE color: 2446616.

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

Color convert

RGB248537-
CMYK0.7200.560.67
HSL132.79º55.96%21.37%-
HSV(B)132.79º71.76%33.33%-
XYZ3.966.822.86-
YUV61.29114.29101.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.44%
GREEN value IS 85 (33.59% from 255) = 58.22%
BLUE value IS 37 (14.84% from 255) = 25.34%
R=16.44%
G=58.22%
B=25.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485370.7200.560.67132.7955.9621.37
Hex1855254803843853815
Octal30125451100701032057025
Binary1100010101011001011001000011100010000111000010111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185525; }

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

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

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

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

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

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

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

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