#095528

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

Shades of Crusoe #095528

Tints of Crusoe #095528

Color information

#095528 (or 0x095528) is unknown color: approx Crusoe. HEX triplet: 09, 55 and 28. RGB value is (9,85,40). Sum of RGB (Red+Green+Blue) = 9+85+40=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #095528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095528 is #F6AAD7. Grayscale: #393939. Windows color (decimal): -16165592 or 2643209. OLE color: 2643209.

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

Color convert

RGB98540-
CMYK0.8900.530.67
HSL144.47º80.85%18.43%-
HSV(B)144.47º89.41%33.33%-
XYZ3.746.713.1-
YUV57.15118.3293.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.72%
GREEN value IS 85 (33.59% from 255) = 63.43%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=6.72%
G=63.43%
B=29.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal985400.8900.530.67144.4780.8518.43
Hex955285903543905112
Octal111255013106510322012122
Binary1001101010110100010110010110101100001110010000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095528; }

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

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

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

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

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

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

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

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