#095128

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

Shades of Crusoe #095128

Tints of Crusoe #095128

Color information

#095128 (or 0x095128) is unknown color: approx Crusoe. HEX triplet: 09, 51 and 28. RGB value is (9,81,40). Sum of RGB (Red+Green+Blue) = 9+81+40=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 81 (32.03% from 255 or 62.31% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 81 - color contains mainly: green. Hex color #095128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095128 is #F6AED7. Grayscale: #363636. Windows color (decimal): -16166616 or 2642185. OLE color: 2642185.

HSL color Cylindrical-coordinate representation of color #095128: hue angle of 145.83º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095128 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB98140-
CMYK0.8900.510.68
HSL145.83º80%17.65%-
HSV(B)145.83º88.89%31.76%-
XYZ3.446.13-
YUV54.8119.6595.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.92%
GREEN value IS 81 (32.03% from 255) = 62.31%
BLUE value IS 40 (16.02% from 255) = 30.77%
R=6.92%
G=62.31%
B=30.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal981400.8900.510.68145.838017.65
Hex951285903344925012
Octal111215013106310422212022
Binary1001101000110100010110010110011100010010010010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095128; }

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

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

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

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

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

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

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

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