#185725

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

Shades of Crusoe #185725

Tints of Crusoe #185725

Color information

#185725 (or 0x185725) is unknown color: approx Crusoe. HEX triplet: 18, 57 and 25. RGB value is (24,87,37). Sum of RGB (Red+Green+Blue) = 24+87+37=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 87 (34.38% from 255 or 58.78% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 87 - color contains mainly: green. Hex color #185725 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185725 is #E7A8DA. Grayscale: #3E3E3E. Windows color (decimal): -15182043 or 2447128. OLE color: 2447128.

HSL color Cylindrical-coordinate representation of color #185725: hue angle of 132.38º degrees, saturation: 0.57, 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 #185725 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB248737-
CMYK0.7200.570.66
HSL132.38º56.76%21.76%-
HSV(B)132.38º72.41%34.12%-
XYZ4.127.142.91-
YUV62.46113.63100.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.22%
GREEN value IS 87 (34.38% from 255) = 58.78%
BLUE value IS 37 (14.84% from 255) = 25%
R=16.22%
G=58.78%
B=25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2487370.7200.570.66132.3856.7621.76
Hex1857254803942843916
Octal30127451100711022047126
Binary1100010101111001011001000011100110000101000010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185725; }

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

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

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

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

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

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

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

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