#03682C

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

Shades of Crusoe #03682C

Tints of Crusoe #03682C

Color information

#03682C (or 0x03682C) is unknown color: approx Crusoe. HEX triplet: 03, 68 and 2C. RGB value is (3,104,44). Sum of RGB (Red+Green+Blue) = 3+104+44=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 104 (41.02% from 255 or 68.87% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 104 - color contains mainly: green. Hex color #03682C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03682C is #FC97D3. Grayscale: #434343. Windows color (decimal): -16553940 or 2910211. OLE color: 2910211.

HSL color Cylindrical-coordinate representation of color #03682C: hue angle of 144.36º 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 #03682C is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB310444-
CMYK0.9700.580.59
HSL144.36º94.39%20.98%-
HSV(B)144.36º97.12%40.78%-
XYZ5.4410.14.05-
YUV66.96115.0482.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 104 (41.02% from 255) = 68.87%
BLUE value IS 44 (17.58% from 255) = 29.14%
R=1.99%
G=68.87%
B=29.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3104440.9700.580.59144.3694.3920.98
Hex3682C6103A3B905e15
Octal3150541410727322013625
Binary1111010001011001100001011101011101110010000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03682C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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