#037321

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

Shades of Crusoe #037321

Tints of Crusoe #037321

Color information

#037321 (or 0x037321) is unknown color: approx Crusoe. HEX triplet: 03, 73 and 21. RGB value is (3,115,33). Sum of RGB (Red+Green+Blue) = 3+115+33=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 115 (45.31% from 255 or 76.16% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 115 - color contains mainly: green. Hex color #037321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037321 is #FC8CDE. Grayscale: #484848. Windows color (decimal): -16551135 or 2192131. OLE color: 2192131.

HSL color Cylindrical-coordinate representation of color #037321: hue angle of 136.07º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037321 is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB311533-
CMYK0.9700.710.55
HSL136.07º94.92%23.14%-
HSV(B)136.07º97.39%45.1%-
XYZ6.4412.393.49-
YUV72.16105.8978.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 115 (45.31% from 255) = 76.16%
BLUE value IS 33 (13.28% from 255) = 21.85%
R=1.99%
G=76.16%
B=21.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3115330.9700.710.55136.0794.9223.14
Hex373216104737885f17
Octal31634114101076721013727
Binary11111001110000111000010100011111011110001000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037321; }

 p { color: rgb(3,115,33); }

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

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

 a { background-color: rgb(3,115,33); }

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

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

 span { border-color: rgb(3,115,33); }

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