#095529

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

Shades of Crusoe #095529

Tints of Crusoe #095529

Color information

#095529 (or 0x095529) is unknown color: approx Crusoe. HEX triplet: 09, 55 and 29. RGB value is (9,85,41). Sum of RGB (Red+Green+Blue) = 9+85+41=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 85 (33.59% from 255 or 62.96% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 85 - color contains mainly: green. Hex color #095529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095529 is #F6AAD6. Grayscale: #393939. Windows color (decimal): -16165591 or 2708745. OLE color: 2708745.

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

Color convert

RGB98541-
CMYK0.8900.520.67
HSL145.26º80.85%18.43%-
HSV(B)145.26º89.41%33.33%-
XYZ3.766.723.2-
YUV57.26118.8293.58-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.67%
GREEN value IS 85 (33.59% from 255) = 62.96%
BLUE value IS 41 (16.41% from 255) = 30.37%
R=6.67%
G=62.96%
B=30.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal985410.8900.520.67145.2680.8518.43
Hex955295903443915112
Octal111255113106410322112122
Binary1001101010110100110110010110100100001110010001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095529; }

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

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

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

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

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

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

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

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