#095914

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

Shades of Crusoe #095914

Tints of Crusoe #095914

Color information

#095914 (or 0x095914) is unknown color: approx Crusoe. HEX triplet: 09, 59 and 14. RGB value is (9,89,20). Sum of RGB (Red+Green+Blue) = 9+89+20=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 89 (35.16% from 255 or 75.42% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 89 - color contains mainly: green. Hex color #095914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095914 is #F6A6EB. Grayscale: #393939. Windows color (decimal): -16164588 or 1333513. OLE color: 1333513.

HSL color Cylindrical-coordinate representation of color #095914: hue angle of 128.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095914 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB98920-
CMYK0.9000.780.65
HSL128.25º81.63%19.22%-
HSV(B)128.25º89.89%34.9%-
XYZ3.817.251.86-
YUV57.2110793.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.63%
GREEN value IS 89 (35.16% from 255) = 75.42%
BLUE value IS 20 (8.20% from 255) = 16.95%
R=7.63%
G=75.42%
B=16.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal989200.9000.780.65128.2581.6319.22
Hex959145A04E41805213
Octal1113124132011610120012223
Binary1001101100110100101101001001110100000110000000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095914; }

 p { color: rgb(9,89,20); }

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

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

 a { background-color: rgb(9,89,20); }

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

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

 span { border-color: rgb(9,89,20); }

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