#03682A

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

Shades of Crusoe #03682A

Tints of Crusoe #03682A

Color information

#03682A (or 0x03682A) is unknown color: approx Crusoe. HEX triplet: 03, 68 and 2A. RGB value is (3,104,42). Sum of RGB (Red+Green+Blue) = 3+104+42=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 104 (41.02% from 255 or 69.80% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 104 - color contains mainly: green. Hex color #03682A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03682A is #FC97D5. Grayscale: #424242. Windows color (decimal): -16553942 or 2779139. OLE color: 2779139.

HSL color Cylindrical-coordinate representation of color #03682A: hue angle of 143.17º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03682A is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB310442-
CMYK0.9700.600.59
HSL143.17º94.39%20.98%-
HSV(B)143.17º97.12%40.78%-
XYZ5.4110.093.85-
YUV66.73114.0482.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.01%
GREEN value IS 104 (41.02% from 255) = 69.80%
BLUE value IS 42 (16.80% from 255) = 28.19%
R=2.01%
G=69.80%
B=28.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3104420.9700.600.59143.1794.3920.98
Hex3682A6103C3B8f5e15
Octal3150521410747321713625
Binary1111010001010101100001011110011101110001111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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