#095320

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

Shades of Crusoe #095320

Tints of Crusoe #095320

Color information

#095320 (or 0x095320) is unknown color: approx Crusoe. HEX triplet: 09, 53 and 20. RGB value is (9,83,32). Sum of RGB (Red+Green+Blue) = 9+83+32=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 83 (32.81% from 255 or 66.94% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 83 - color contains mainly: green. Hex color #095320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095320 is #F6ACDF. Grayscale: #373737. Windows color (decimal): -16166112 or 2118409. OLE color: 2118409.

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

Color convert

RGB98332-
CMYK0.8900.610.67
HSL138.65º80.43%18.04%-
HSV(B)138.65º89.16%32.55%-
XYZ3.476.352.41-
YUV55.06114.9895.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 83 (32.81% from 255) = 66.94%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=7.26%
G=66.94%
B=25.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal983320.8900.610.67138.6580.4318.04
Hex953205903D438b5012
Octal111234013107510321312022
Binary1001101001110000010110010111101100001110001011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095320; }

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

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

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

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

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

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

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

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