#095228

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

Shades of Crusoe #095228

Tints of Crusoe #095228

Color information

#095228 (or 0x095228) is unknown color: approx Crusoe. HEX triplet: 09, 52 and 28. RGB value is (9,82,40). Sum of RGB (Red+Green+Blue) = 9+82+40=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 82 (32.42% from 255 or 62.60% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 82 - color contains mainly: green. Hex color #095228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095228 is #F6ADD7. Grayscale: #373737. Windows color (decimal): -16166360 or 2642441. OLE color: 2642441.

HSL color Cylindrical-coordinate representation of color #095228: hue angle of 145.48º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095228 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB98240-
CMYK0.8900.510.68
HSL145.48º80.22%17.84%-
HSV(B)145.48º89.02%32.16%-
XYZ3.516.253.03-
YUV55.39119.3294.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.87%
GREEN value IS 82 (32.42% from 255) = 62.60%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=6.87%
G=62.60%
B=30.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982400.8900.510.68145.4880.2217.84
Hex952285903344915012
Octal111225013106310422112022
Binary1001101001010100010110010110011100010010010001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095228; }

 p { color: rgb(9,82,40); }

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

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

 a { background-color: rgb(9,82,40); }

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

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

 span { border-color: rgb(9,82,40); }

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