#095428

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

Shades of Crusoe #095428

Tints of Crusoe #095428

Color information

#095428 (or 0x095428) is unknown color: approx Crusoe. HEX triplet: 09, 54 and 28. RGB value is (9,84,40). Sum of RGB (Red+Green+Blue) = 9+84+40=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 84 (33.20% from 255 or 63.16% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 84 - color contains mainly: green. Hex color #095428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095428 is #F6ABD7. Grayscale: #383838. Windows color (decimal): -16165848 or 2642953. OLE color: 2642953.

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

Color convert

RGB98440-
CMYK0.8900.520.67
HSL144.8º80.65%18.24%-
HSV(B)144.8º89.29%32.94%-
XYZ3.676.553.08-
YUV56.56118.6594.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 84 (33.20% from 255) = 63.16%
BLUE value IS 40 (16.02% from 255) = 30.08%
R=6.77%
G=63.16%
B=30.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal984400.8900.520.67144.880.6518.24
Hex954285903443915112
Octal111245013106410322112122
Binary1001101010010100010110010110100100001110010001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095428; }

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

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

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

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

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

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

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

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