#03601E

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

Shades of Crusoe #03601E

Tints of Crusoe #03601E

Color information

#03601E (or 0x03601E) is unknown color: approx Crusoe. HEX triplet: 03, 60 and 1E. RGB value is (3,96,30). Sum of RGB (Red+Green+Blue) = 3+96+30=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 96 (37.89% from 255 or 74.42% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 96 - color contains mainly: green. Hex color #03601E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03601E is #FC9FE1. Grayscale: #3C3C3C. Windows color (decimal): -16556002 or 1990659. OLE color: 1990659.

HSL color Cylindrical-coordinate representation of color #03601E: hue angle of 137.42º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03601E is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB39630-
CMYK0.9700.690.62
HSL137.42º93.94%19.41%-
HSV(B)137.42º96.88%37.65%-
XYZ4.458.482.63-
YUV60.67110.6986.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.33%
GREEN value IS 96 (37.89% from 255) = 74.42%
BLUE value IS 30 (12.11% from 255) = 23.26%
R=2.33%
G=74.42%
B=23.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396300.9700.690.62137.4293.9419.41
Hex3601E610453E895e13
Octal31403614101057621113623
Binary1111000001111011000010100010111111010001001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03601E; }

 p { color: rgb(3,96,30); }

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

<style>
 a { background-color: #03601E; }

 a { background-color: rgb(3,96,30); }

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

<style>
 span { border-color: #03601E; }

 span { border-color: rgb(3,96,30); }

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