#095523

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

Shades of Crusoe #095523

Tints of Crusoe #095523

Color information

#095523 (or 0x095523) is unknown color: approx Crusoe. HEX triplet: 09, 55 and 23. RGB value is (9,85,35). Sum of RGB (Red+Green+Blue) = 9+85+35=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 85 (33.59% from 255 or 65.89% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 85 - color contains mainly: green. Hex color #095523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095523 is #F6AADC. Grayscale: #383838. Windows color (decimal): -16165597 or 2315529. OLE color: 2315529.

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

Color convert

RGB98535-
CMYK0.8900.590.67
HSL140.53º80.85%18.43%-
HSV(B)140.53º89.41%33.33%-
XYZ3.666.682.69-
YUV56.58115.8294.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 85 (33.59% from 255) = 65.89%
BLUE value IS 35 (14.06% from 255) = 27.13%
R=6.98%
G=65.89%
B=27.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal985350.8900.590.67140.5380.8518.43
Hex955235903B438d5112
Octal111254313107310321512122
Binary1001101010110001110110010111011100001110001101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095523; }

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

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

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

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

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

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

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

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