#095427

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

Shades of Crusoe #095427

Tints of Crusoe #095427

Color information

#095427 (or 0x095427) is unknown color: approx Crusoe. HEX triplet: 09, 54 and 27. RGB value is (9,84,39). Sum of RGB (Red+Green+Blue) = 9+84+39=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 84 (33.20% from 255 or 63.64% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 84 - color contains mainly: green. Hex color #095427 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095427 is #F6ABD8. Grayscale: #383838. Windows color (decimal): -16165849 or 2577417. OLE color: 2577417.

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

Color convert

RGB98439-
CMYK0.8900.540.67
HSL144º80.65%18.24%-
HSV(B)144º89.29%32.94%-
XYZ3.656.552.99-
YUV56.44118.1594.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 84 (33.20% from 255) = 63.64%
BLUE value IS 39 (15.62% from 255) = 29.55%
R=6.82%
G=63.64%
B=29.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal984390.8900.540.6714480.6518.24
Hex954275903643905112
Octal111244713106610322012122
Binary1001101010010011110110010110110100001110010000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095427; }

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

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

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

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

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

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

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

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