#095729

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

Shades of Crusoe #095729

Tints of Crusoe #095729

Color information

#095729 (or 0x095729) is unknown color: approx Crusoe. HEX triplet: 09, 57 and 29. RGB value is (9,87,41). Sum of RGB (Red+Green+Blue) = 9+87+41=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 87 (34.38% from 255 or 63.50% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 87 - color contains mainly: green. Hex color #095729 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095729 is #F6A8D6. Grayscale: #3A3A3A. Windows color (decimal): -16165079 or 2709257. OLE color: 2709257.

HSL color Cylindrical-coordinate representation of color #095729: hue angle of 144.62º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095729 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB98741-
CMYK0.9000.530.66
HSL144.62º81.25%18.82%-
HSV(B)144.62º89.66%34.12%-
XYZ3.927.033.25-
YUV58.43118.1692.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.57%
GREEN value IS 87 (34.38% from 255) = 63.50%
BLUE value IS 41 (16.41% from 255) = 29.93%
R=6.57%
G=63.50%
B=29.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal987410.9000.530.66144.6281.2518.82
Hex957295A03542915113
Octal111275113206510222112123
Binary1001101011110100110110100110101100001010010001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095729; }

 p { color: rgb(9,87,41); }

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

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

 a { background-color: rgb(9,87,41); }

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

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

 span { border-color: rgb(9,87,41); }

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