#095814

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

Shades of Crusoe #095814

Tints of Crusoe #095814

Color information

#095814 (or 0x095814) is unknown color: approx Crusoe. HEX triplet: 09, 58 and 14. RGB value is (9,88,20). Sum of RGB (Red+Green+Blue) = 9+88+20=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 88 (34.77% from 255 or 75.21% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 88 - color contains mainly: green. Hex color #095814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095814 is #F6A7EB. Grayscale: #383838. Windows color (decimal): -16164844 or 1333257. OLE color: 1333257.

HSL color Cylindrical-coordinate representation of color #095814: hue angle of 128.35º degrees, saturation: 0.81, 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 #095814 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB98820-
CMYK0.9000.770.65
HSL128.35º81.44%19.02%-
HSV(B)128.35º89.77%34.51%-
XYZ3.737.091.83-
YUV56.63107.3394.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 88 (34.77% from 255) = 75.21%
BLUE value IS 20 (8.20% from 255) = 17.09%
R=7.69%
G=75.21%
B=17.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal988200.9000.770.65128.3581.4419.02
Hex958145A04D41805113
Octal1113024132011510120012123
Binary1001101100010100101101001001101100000110000000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095814; }

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

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

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

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

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

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

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

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