#097221

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

Shades of Crusoe #097221

Tints of Crusoe #097221

Color information

#097221 (or 0x097221) is unknown color: approx Crusoe. HEX triplet: 09, 72 and 21. RGB value is (9,114,33). Sum of RGB (Red+Green+Blue) = 9+114+33=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 114 (44.92% from 255 or 73.08% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 114 - color contains mainly: green. Hex color #097221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097221 is #F68DDE. Grayscale: #494949. Windows color (decimal): -16158175 or 2191881. OLE color: 2191881.

HSL color Cylindrical-coordinate representation of color #097221: hue angle of 133.71º 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 #097221 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB911433-
CMYK0.9200.710.55
HSL133.71º85.37%24.12%-
HSV(B)133.71º92.11%44.71%-
XYZ6.412.23.46-
YUV73.37105.2182.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.77%
GREEN value IS 114 (44.92% from 255) = 73.08%
BLUE value IS 33 (13.28% from 255) = 21.15%
R=5.77%
G=73.08%
B=21.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9114330.9200.710.55133.7185.3724.12
Hex972215C04737865518
Octal111624113401076720612530
Binary1001111001010000110111000100011111011110000110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097221; }

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

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

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

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

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

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

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

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