#097220

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

Shades of Crusoe #097220

Tints of Crusoe #097220

Color information

#097220 (or 0x097220) is unknown color: approx Crusoe. HEX triplet: 09, 72 and 20. RGB value is (9,114,32). Sum of RGB (Red+Green+Blue) = 9+114+32=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 114 (44.92% from 255 or 73.55% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 114 - color contains mainly: green. Hex color #097220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097220 is #F68DDF. Grayscale: #494949. Windows color (decimal): -16158176 or 2126345. OLE color: 2126345.

HSL color Cylindrical-coordinate representation of color #097220: hue angle of 133.14º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097220 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB911432-
CMYK0.9200.720.55
HSL133.14º85.37%24.12%-
HSV(B)133.14º92.11%44.71%-
XYZ6.3912.23.38-
YUV73.26104.7182.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.81%
GREEN value IS 114 (44.92% from 255) = 73.55%
BLUE value IS 32 (12.89% from 255) = 20.65%
R=5.81%
G=73.55%
B=20.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9114320.9200.720.55133.1485.3724.12
Hex972205C04837855518
Octal111624013401106720512530
Binary1001111001010000010111000100100011011110000101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097220; }

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

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

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

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

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

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

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

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