#095820

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

Shades of Crusoe #095820

Tints of Crusoe #095820

Color information

#095820 (or 0x095820) is unknown color: approx Crusoe. HEX triplet: 09, 58 and 20. RGB value is (9,88,32). Sum of RGB (Red+Green+Blue) = 9+88+32=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 88 (34.77% from 255 or 68.22% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 88 - color contains mainly: green. Hex color #095820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095820 is #F6A7DF. Grayscale: #3A3A3A. Windows color (decimal): -16164832 or 2119689. OLE color: 2119689.

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

Color convert

RGB98832-
CMYK0.9000.640.65
HSL137.47º81.44%19.02%-
HSV(B)137.47º89.77%34.51%-
XYZ3.867.142.54-
YUV58113.3393.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 88 (34.77% from 255) = 68.22%
BLUE value IS 32 (12.89% from 255) = 24.81%
R=6.98%
G=68.22%
B=24.81%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal988320.9000.640.65137.4781.4419.02
Hex958205A04041895113
Octal1113040132010010121112123
Binary10011011000100000101101001000000100000110001001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095820; }

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

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

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

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

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

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

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

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