#156026

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

Shades of Crusoe #156026

Tints of Crusoe #156026

Color information

#156026 (or 0x156026) is unknown color: approx Crusoe. HEX triplet: 15, 60 and 26. RGB value is (21,96,38). Sum of RGB (Red+Green+Blue) = 21+96+38=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 96 (37.89% from 255 or 61.94% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 96 - color contains mainly: green. Hex color #156026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156026 is #EA9FD9. Grayscale: #434343. Windows color (decimal): -15376346 or 2514965. OLE color: 2514965.

HSL color Cylindrical-coordinate representation of color #156026: hue angle of 133.6º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #156026 is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB219638-
CMYK0.7800.600.62
HSL133.6º64.1%22.94%-
HSV(B)133.6º78.12%37.65%-
XYZ4.848.673.25-
YUV66.96111.6595.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.55%
GREEN value IS 96 (37.89% from 255) = 61.94%
BLUE value IS 38 (15.23% from 255) = 24.52%
R=13.55%
G=61.94%
B=24.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2196380.7800.600.62133.664.122.94
Hex1560264E03C3E864017
Octal25140461160747620610027
Binary1010111000001001101001110011110011111010000110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156026; }

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

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

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

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

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

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

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

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