#03681A

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

Shades of Crusoe #03681A

Tints of Crusoe #03681A

Color information

#03681A (or 0x03681A) is unknown color: approx Crusoe. HEX triplet: 03, 68 and 1A. RGB value is (3,104,26). Sum of RGB (Red+Green+Blue) = 3+104+26=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 104 (41.02% from 255 or 78.20% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 104 - color contains mainly: green. Hex color #03681A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03681A is #FC97E5. Grayscale: #414141. Windows color (decimal): -16553958 or 1730563. OLE color: 1730563.

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

Color convert

RGB310426-
CMYK0.9700.750.59
HSL133.66º94.39%20.98%-
HSV(B)133.66º97.12%40.78%-
XYZ5.179.992.63-
YUV64.91106.0483.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.26%
GREEN value IS 104 (41.02% from 255) = 78.20%
BLUE value IS 26 (10.55% from 255) = 19.55%
R=2.26%
G=78.20%
B=19.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3104260.9700.750.59133.6694.3920.98
Hex3681A6104B3B865e15
Octal31503214101137320613625
Binary1111010001101011000010100101111101110000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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