#095327

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

Shades of Crusoe #095327

Tints of Crusoe #095327

Color information

#095327 (or 0x095327) is unknown color: approx Crusoe. HEX triplet: 09, 53 and 27. RGB value is (9,83,39). Sum of RGB (Red+Green+Blue) = 9+83+39=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 83 (32.81% from 255 or 63.36% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 83 - color contains mainly: green. Hex color #095327 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095327 is #F6ACD8. Grayscale: #373737. Windows color (decimal): -16166105 or 2577161. OLE color: 2577161.

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

Color convert

RGB98339-
CMYK0.8900.530.67
HSL144.32º80.43%18.04%-
HSV(B)144.32º89.16%32.55%-
XYZ3.576.392.96-
YUV55.86118.4894.58-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.87%
GREEN value IS 83 (32.81% from 255) = 63.36%
BLUE value IS 39 (15.62% from 255) = 29.77%
R=6.87%
G=63.36%
B=29.77%

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
Decimal983390.8900.530.67144.3280.4318.04
Hex953275903543905012
Octal111234713106510322012022
Binary1001101001110011110110010110101100001110010000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095327; }

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

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

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

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

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

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

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

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