#095321

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

Shades of Crusoe #095321

Tints of Crusoe #095321

Color information

#095321 (or 0x095321) is unknown color: approx Crusoe. HEX triplet: 09, 53 and 21. RGB value is (9,83,33). Sum of RGB (Red+Green+Blue) = 9+83+33=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 83 (32.81% from 255 or 66.4% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 83 - color contains mainly: green. Hex color #095321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095321 is #F6ACDE. Grayscale: #373737. Windows color (decimal): -16166111 or 2183945. OLE color: 2183945.

HSL color Cylindrical-coordinate representation of color #095321: hue angle of 139.46º degrees, saturation: 0.8, 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 #095321 is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB98333-
CMYK0.8900.600.67
HSL139.46º80.43%18.04%-
HSV(B)139.46º89.16%32.55%-
XYZ3.486.352.48-
YUV55.17115.4895.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.2%
GREEN value IS 83 (32.81% from 255) = 66.4%
BLUE value IS 33 (13.28% from 255) = 26.4%
R=7.2%
G=66.4%
B=26.4%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal983330.8900.600.67139.4680.4318.04
Hex953215903C438b5012
Octal111234113107410321312022
Binary1001101001110000110110010111100100001110001011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095321; }

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

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

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

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

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

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

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

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