#095515

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

Shades of Crusoe #095515

Tints of Crusoe #095515

Color information

#095515 (or 0x095515) is unknown color: approx Crusoe. HEX triplet: 09, 55 and 15. RGB value is (9,85,21). Sum of RGB (Red+Green+Blue) = 9+85+21=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 85 (33.59% from 255 or 73.91% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 85 - color contains mainly: green. Hex color #095515 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095515 is #F6AAEA. Grayscale: #373737. Windows color (decimal): -16165611 or 1398025. OLE color: 1398025.

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

Color convert

RGB98521-
CMYK0.8900.750.67
HSL129.47º80.85%18.43%-
HSV(B)129.47º89.41%33.33%-
XYZ3.56.611.8-
YUV54.98108.8295.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.83%
GREEN value IS 85 (33.59% from 255) = 73.91%
BLUE value IS 21 (8.59% from 255) = 18.26%
R=7.83%
G=73.91%
B=18.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal985210.8900.750.67129.4780.8518.43
Hex955155904B43815112
Octal1112525131011310320112122
Binary1001101010110101101100101001011100001110000001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095515; }

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

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

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

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

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

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

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

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