#095527

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

Shades of Crusoe #095527

Tints of Crusoe #095527

Color information

#095527 (or 0x095527) is unknown color: approx Crusoe. HEX triplet: 09, 55 and 27. RGB value is (9,85,39). Sum of RGB (Red+Green+Blue) = 9+85+39=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 85 (33.59% from 255 or 63.91% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 85 - color contains mainly: green. Hex color #095527 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095527 is #F6AAD8. Grayscale: #393939. Windows color (decimal): -16165593 or 2577673. OLE color: 2577673.

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

Color convert

RGB98539-
CMYK0.8900.540.67
HSL143.68º80.85%18.43%-
HSV(B)143.68º89.41%33.33%-
XYZ3.736.73.02-
YUV57.03117.8293.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 85 (33.59% from 255) = 63.91%
BLUE value IS 39 (15.62% from 255) = 29.32%
R=6.77%
G=63.91%
B=29.32%

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
Decimal985390.8900.540.67143.6880.8518.43
Hex955275903643905112
Octal111254713106610322012122
Binary1001101010110011110110010110110100001110010000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095527; }

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

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

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

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

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

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

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

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