#03722A

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

Shades of Crusoe #03722A

Tints of Crusoe #03722A

Color information

#03722A (or 0x03722A) is unknown color: approx Crusoe. HEX triplet: 03, 72 and 2A. RGB value is (3,114,42). Sum of RGB (Red+Green+Blue) = 3+114+42=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 114 (44.92% from 255 or 71.70% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 114 - color contains mainly: green. Hex color #03722A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03722A is #FC8DD5. Grayscale: #484848. Windows color (decimal): -16551382 or 2781699. OLE color: 2781699.

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

Color convert

RGB311442-
CMYK0.9700.630.55
HSL141.08º94.87%22.94%-
HSV(B)141.08º97.37%44.71%-
XYZ6.4712.224.21-
YUV72.6110.7378.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.89%
GREEN value IS 114 (44.92% from 255) = 71.70%
BLUE value IS 42 (16.80% from 255) = 26.42%
R=1.89%
G=71.70%
B=26.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3114420.9700.630.55141.0894.8722.94
Hex3722A6103F378d5f17
Octal3162521410776721513727
Binary1111100101010101100001011111111011110001101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03722A; }

 p { color: rgb(3,114,42); }

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

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

 a { background-color: rgb(3,114,42); }

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

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

 span { border-color: rgb(3,114,42); }

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