#03602E

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

Shades of Crusoe #03602E

Tints of Crusoe #03602E

Color information

#03602E (or 0x03602E) is unknown color: approx Crusoe. HEX triplet: 03, 60 and 2E. RGB value is (3,96,46). Sum of RGB (Red+Green+Blue) = 3+96+46=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 96 (37.89% from 255 or 66.21% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 96 - color contains mainly: green. Hex color #03602E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03602E is #FC9FD1. Grayscale: #3E3E3E. Windows color (decimal): -16555986 or 3039235. OLE color: 3039235.

HSL color Cylindrical-coordinate representation of color #03602E: hue angle of 147.74º 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 #03602E is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB39646-
CMYK0.9700.520.62
HSL147.74º93.94%19.41%-
HSV(B)147.74º96.88%37.65%-
XYZ4.718.583.99-
YUV62.49118.6985.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.07%
GREEN value IS 96 (37.89% from 255) = 66.21%
BLUE value IS 46 (18.36% from 255) = 31.72%
R=2.07%
G=66.21%
B=31.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396460.9700.520.62147.7493.9419.41
Hex3602E610343E945e13
Octal3140561410647622413623
Binary1111000001011101100001011010011111010010100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03602E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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