#095521

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

Shades of Crusoe #095521

Tints of Crusoe #095521

Color information

#095521 (or 0x095521) is unknown color: approx Crusoe. HEX triplet: 09, 55 and 21. RGB value is (9,85,33). Sum of RGB (Red+Green+Blue) = 9+85+33=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 85 (33.59% from 255 or 66.93% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 85 - color contains mainly: green. Hex color #095521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095521 is #F6AADE. Grayscale: #383838. Windows color (decimal): -16165599 or 2184457. OLE color: 2184457.

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

Color convert

RGB98533-
CMYK0.8900.610.67
HSL138.95º80.85%18.43%-
HSV(B)138.95º89.41%33.33%-
XYZ3.646.662.53-
YUV56.35114.8294.23-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.09%
GREEN value IS 85 (33.59% from 255) = 66.93%
BLUE value IS 33 (13.28% from 255) = 25.98%
R=7.09%
G=66.93%
B=25.98%

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
Decimal985330.8900.610.67138.9580.8518.43
Hex955215903D438b5112
Octal111254113107510321312122
Binary1001101010110000110110010111101100001110001011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095521; }

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

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

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

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

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

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

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

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