#156320

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

Shades of Crusoe #156320

Tints of Crusoe #156320

Color information

#156320 (or 0x156320) is unknown color: approx Crusoe. HEX triplet: 15, 63 and 20. RGB value is (21,99,32). Sum of RGB (Red+Green+Blue) = 21+99+32=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 99 (39.06% from 255 or 65.13% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 99 - color contains mainly: green. Hex color #156320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156320 is #EA9CDF. Grayscale: #444444. Windows color (decimal): -15375584 or 2122517. OLE color: 2122517.

HSL color Cylindrical-coordinate representation of color #156320: hue angle of 128.46º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156320 is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB219932-
CMYK0.7900.680.61
HSL128.46º65%23.53%-
HSV(B)128.46º78.79%38.82%-
XYZ5.039.192.87-
YUV68.04107.6694.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 99 (39.06% from 255) = 65.13%
BLUE value IS 32 (12.89% from 255) = 21.05%
R=13.82%
G=65.13%
B=21.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2199320.7900.680.61128.466523.53
Hex1563204F0443D804118
Octal251434011701047520010130
Binary10101110001110000010011110100010011110110000000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156320; }

 p { color: rgb(21,99,32); }

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

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

 a { background-color: rgb(21,99,32); }

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

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

 span { border-color: rgb(21,99,32); }

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