#037326

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

Shades of Crusoe #037326

Tints of Crusoe #037326

Color information

#037326 (or 0x037326) is unknown color: approx Crusoe. HEX triplet: 03, 73 and 26. RGB value is (3,115,38). Sum of RGB (Red+Green+Blue) = 3+115+38=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 115 (45.31% from 255 or 73.72% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 115 - color contains mainly: green. Hex color #037326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037326 is #FC8CD9. Grayscale: #484848. Windows color (decimal): -16551130 or 2519811. OLE color: 2519811.

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

Color convert

RGB311538-
CMYK0.9700.670.55
HSL138.75º94.92%23.14%-
HSV(B)138.75º97.39%45.1%-
XYZ6.5212.423.89-
YUV72.73108.3978.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.92%
GREEN value IS 115 (45.31% from 255) = 73.72%
BLUE value IS 38 (15.23% from 255) = 24.36%
R=1.92%
G=73.72%
B=24.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3115380.9700.670.55138.7594.9223.14
Hex3732661043378b5f17
Octal31634614101036721313727
Binary11111001110011011000010100001111011110001011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037326; }

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

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

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

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

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

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

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

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