#095832

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

Shades of Crusoe #095832

Tints of Crusoe #095832

Color information

#095832 (or 0x095832) is unknown color: approx Crusoe. HEX triplet: 09, 58 and 32. RGB value is (9,88,50). Sum of RGB (Red+Green+Blue) = 9+88+50=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 88 (34.77% from 255 or 59.86% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 88 - color contains mainly: green. Hex color #095832 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095832 is #F6A7CD. Grayscale: #3C3C3C. Windows color (decimal): -16164814 or 3299337. OLE color: 3299337.

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

Color convert

RGB98850-
CMYK0.9000.430.65
HSL151.14º81.44%19.02%-
HSV(B)151.14º89.77%34.51%-
XYZ4.187.274.2-
YUV60.05122.3391.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.12%
GREEN value IS 88 (34.77% from 255) = 59.86%
BLUE value IS 50 (19.92% from 255) = 34.01%
R=6.12%
G=59.86%
B=34.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal988500.9000.430.65151.1481.4419.02
Hex958325A02B41975113
Octal111306213205310122712123
Binary1001101100011001010110100101011100000110010111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095832; }

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

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

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

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

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

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

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

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