#03732A

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

Shades of Crusoe #03732A

Tints of Crusoe #03732A

Color information

#03732A (or 0x03732A) is unknown color: approx Crusoe. HEX triplet: 03, 73 and 2A. RGB value is (3,115,42). Sum of RGB (Red+Green+Blue) = 3+115+42=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 115 (45.31% from 255 or 71.88% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 115 - color contains mainly: green. Hex color #03732A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03732A is #FC8CD5. Grayscale: #494949. Windows color (decimal): -16551126 or 2781955. OLE color: 2781955.

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

Color convert

RGB311542-
CMYK0.9700.630.55
HSL140.89º94.92%23.14%-
HSV(B)140.89º97.39%45.1%-
XYZ6.5912.454.25-
YUV73.19110.3977.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.88%
GREEN value IS 115 (45.31% from 255) = 71.88%
BLUE value IS 42 (16.80% from 255) = 26.25%
R=1.88%
G=71.88%
B=26.25%

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
Decimal3115420.9700.630.55140.8994.9223.14
Hex3732A6103F378d5f17
Octal3163521410776721513727
Binary1111100111010101100001011111111011110001101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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