#095421

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

Shades of Crusoe #095421

Tints of Crusoe #095421

Color information

#095421 (or 0x095421) is unknown color: approx Crusoe. HEX triplet: 09, 54 and 21. RGB value is (9,84,33). Sum of RGB (Red+Green+Blue) = 9+84+33=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 84 (33.20% from 255 or 66.67% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 84 - color contains mainly: green. Hex color #095421 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095421 is #F6ABDE. Grayscale: #373737. Windows color (decimal): -16165855 or 2184201. OLE color: 2184201.

HSL color Cylindrical-coordinate representation of color #095421: hue angle of 139.2º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095421 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB98433-
CMYK0.8900.610.67
HSL139.2º80.65%18.24%-
HSV(B)139.2º89.29%32.94%-
XYZ3.566.512.51-
YUV55.76115.1594.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.14%
GREEN value IS 84 (33.20% from 255) = 66.67%
BLUE value IS 33 (13.28% from 255) = 26.19%
R=7.14%
G=66.67%
B=26.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal984330.8900.610.67139.280.6518.24
Hex954215903D438b5112
Octal111244113107510321312122
Binary1001101010010000110110010111101100001110001011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095421; }

 p { color: rgb(9,84,33); }

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

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

 a { background-color: rgb(9,84,33); }

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

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

 span { border-color: rgb(9,84,33); }

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