#095220

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

Shades of Crusoe #095220

Tints of Crusoe #095220

Color information

#095220 (or 0x095220) is unknown color: approx Crusoe. HEX triplet: 09, 52 and 20. RGB value is (9,82,32). Sum of RGB (Red+Green+Blue) = 9+82+32=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 82 (32.42% from 255 or 66.67% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 82 - color contains mainly: green. Hex color #095220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095220 is #F6ADDF. Grayscale: #363636. Windows color (decimal): -16166368 or 2118153. OLE color: 2118153.

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

Color convert

RGB98232-
CMYK0.8900.610.68
HSL138.9º80.22%17.84%-
HSV(B)138.9º89.02%32.16%-
XYZ3.396.22.38-
YUV54.47115.3295.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.32%
GREEN value IS 82 (32.42% from 255) = 66.67%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=7.32%
G=66.67%
B=26.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982320.8900.610.68138.980.2217.84
Hex952205903D448b5012
Octal111224013107510421312022
Binary1001101001010000010110010111101100010010001011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095220; }

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

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

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

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

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

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

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

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