#03602F

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

Shades of Crusoe #03602F

Tints of Crusoe #03602F

Color information

#03602F (or 0x03602F) is unknown color: approx Crusoe. HEX triplet: 03, 60 and 2F. RGB value is (3,96,47). Sum of RGB (Red+Green+Blue) = 3+96+47=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 96 (37.89% from 255 or 65.75% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 96 - color contains mainly: green. Hex color #03602F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03602F is #FC9FD0. Grayscale: #3E3E3E. Windows color (decimal): -16555985 or 3104771. OLE color: 3104771.

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

Color convert

RGB39647-
CMYK0.9700.510.62
HSL148.39º93.94%19.41%-
HSV(B)148.39º96.88%37.65%-
XYZ4.738.594.1-
YUV62.61119.1985.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.05%
GREEN value IS 96 (37.89% from 255) = 65.75%
BLUE value IS 47 (18.75% from 255) = 32.19%
R=2.05%
G=65.75%
B=32.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396470.9700.510.62148.3993.9419.41
Hex3602F610333E945e13
Octal3140571410637622413623
Binary1111000001011111100001011001111111010010100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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