#095531

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

Shades of Crusoe #095531

Tints of Crusoe #095531

Color information

#095531 (or 0x095531) is unknown color: approx Crusoe. HEX triplet: 09, 55 and 31. RGB value is (9,85,49). Sum of RGB (Red+Green+Blue) = 9+85+49=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #095531 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095531 is #F6AACE. Grayscale: #3A3A3A. Windows color (decimal): -16165583 or 3233033. OLE color: 3233033.

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

Color convert

RGB98549-
CMYK0.8900.420.67
HSL151.58º80.85%18.43%-
HSV(B)151.58º89.41%33.33%-
XYZ3.926.784.01-
YUV58.17122.8292.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 85 (33.59% from 255) = 59.44%
BLUE value IS 49 (19.53% from 255) = 34.27%
R=6.29%
G=59.44%
B=34.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal985490.8900.420.67151.5880.8518.43
Hex955315902A43985112
Octal111256113105210323012122
Binary1001101010111000110110010101010100001110011000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095531; }

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

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

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

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

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

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

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

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