#155725

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

Shades of Crusoe #155725

Tints of Crusoe #155725

Color information

#155725 (or 0x155725) is unknown color: approx Crusoe. HEX triplet: 15, 57 and 25. RGB value is (21,87,37). Sum of RGB (Red+Green+Blue) = 21+87+37=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 87 (34.38% from 255 or 60% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 87 - color contains mainly: green. Hex color #155725 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155725 is #EAA8DA. Grayscale: #3D3D3D. Windows color (decimal): -15378651 or 2447125. OLE color: 2447125.

HSL color Cylindrical-coordinate representation of color #155725: hue angle of 134.55º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155725 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB218737-
CMYK0.7600.570.66
HSL134.55º61.11%21.18%-
HSV(B)134.55º75.86%34.12%-
XYZ4.057.112.91-
YUV61.57114.1399.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.48%
GREEN value IS 87 (34.38% from 255) = 60%
BLUE value IS 37 (14.84% from 255) = 25.52%
R=14.48%
G=60%
B=25.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2187370.7600.570.66134.5561.1121.18
Hex1557254C03942873d15
Octal25127451140711022077525
Binary1010110101111001011001100011100110000101000011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155725; }

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

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

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

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

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

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

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

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