#095524

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

Shades of Crusoe #095524

Tints of Crusoe #095524

Color information

#095524 (or 0x095524) is unknown color: approx Crusoe. HEX triplet: 09, 55 and 24. RGB value is (9,85,36). Sum of RGB (Red+Green+Blue) = 9+85+36=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 85 (33.59% from 255 or 65.38% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 85 - color contains mainly: green. Hex color #095524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095524 is #F6AADB. Grayscale: #383838. Windows color (decimal): -16165596 or 2381065. OLE color: 2381065.

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

Color convert

RGB98536-
CMYK0.8900.580.67
HSL141.32º80.85%18.43%-
HSV(B)141.32º89.41%33.33%-
XYZ3.686.682.76-
YUV56.69116.3293.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.92%
GREEN value IS 85 (33.59% from 255) = 65.38%
BLUE value IS 36 (14.45% from 255) = 27.69%
R=6.92%
G=65.38%
B=27.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal985360.8900.580.67141.3280.8518.43
Hex955245903A438d5112
Octal111254413107210321512122
Binary1001101010110010010110010111010100001110001101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095524; }

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

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

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

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

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

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

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

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