#03642A

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

Shades of Crusoe #03642A

Tints of Crusoe #03642A

Color information

#03642A (or 0x03642A) is unknown color: approx Crusoe. HEX triplet: 03, 64 and 2A. RGB value is (3,100,42). Sum of RGB (Red+Green+Blue) = 3+100+42=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 100 (39.45% from 255 or 68.97% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 100 - color contains mainly: green. Hex color #03642A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03642A is #FC9BD5. Grayscale: #404040. Windows color (decimal): -16554966 or 2778115. OLE color: 2778115.

HSL color Cylindrical-coordinate representation of color #03642A: hue angle of 144.12º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03642A is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB310042-
CMYK0.9700.580.61
HSL144.12º94.17%20.2%-
HSV(B)144.12º97%39.22%-
XYZ5.019.33.72-
YUV64.38115.3684.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.07%
GREEN value IS 100 (39.45% from 255) = 68.97%
BLUE value IS 42 (16.80% from 255) = 28.97%
R=2.07%
G=68.97%
B=28.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3100420.9700.580.61144.1294.1720.2
Hex3642A6103A3D905e14
Octal3144521410727522013624
Binary1111001001010101100001011101011110110010000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,100,42); }

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

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

 a { background-color: rgb(3,100,42); }

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

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

 span { border-color: rgb(3,100,42); }

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