#156526

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

Shades of Crusoe #156526

Tints of Crusoe #156526

Color information

#156526 (or 0x156526) is unknown color: approx Crusoe. HEX triplet: 15, 65 and 26. RGB value is (21,101,38). Sum of RGB (Red+Green+Blue) = 21+101+38=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 101 (39.84% from 255 or 63.12% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 101 - color contains mainly: green. Hex color #156526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156526 is #EA9AD9. Grayscale: #464646. Windows color (decimal): -15375066 or 2516245. OLE color: 2516245.

HSL color Cylindrical-coordinate representation of color #156526: hue angle of 132.75º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156526 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB2110138-
CMYK0.7900.620.60
HSL132.75º65.57%23.92%-
HSV(B)132.75º79.21%39.61%-
XYZ5.319.613.41-
YUV69.911093.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 101 (39.84% from 255) = 63.12%
BLUE value IS 38 (15.23% from 255) = 23.75%
R=13.12%
G=63.12%
B=23.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21101380.7900.620.60132.7565.5723.92
Hex1565264F03E3C854218
Octal25145461170767420510230
Binary1010111001011001101001111011111011110010000101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156526; }

 p { color: rgb(21,101,38); }

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

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

 a { background-color: rgb(21,101,38); }

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

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

 span { border-color: rgb(21,101,38); }

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