#03632C

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

Shades of Crusoe #03632C

Tints of Crusoe #03632C

Color information

#03632C (or 0x03632C) is unknown color: approx Crusoe. HEX triplet: 03, 63 and 2C. RGB value is (3,99,44). Sum of RGB (Red+Green+Blue) = 3+99+44=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 99 (39.06% from 255 or 67.81% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 99 - color contains mainly: green. Hex color #03632C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03632C is #FC9CD3. Grayscale: #404040. Windows color (decimal): -16555220 or 2908931. OLE color: 2908931.

HSL color Cylindrical-coordinate representation of color #03632C: hue angle of 145.62º 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 #03632C is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB39944-
CMYK0.9700.560.61
HSL145.62º94.12%20%-
HSV(B)145.62º96.97%38.82%-
XYZ4.959.123.88-
YUV64.03116.784.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.05%
GREEN value IS 99 (39.06% from 255) = 67.81%
BLUE value IS 44 (17.58% from 255) = 30.14%
R=2.05%
G=67.81%
B=30.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399440.9700.560.61145.6294.1220
Hex3632C610383D925e14
Octal3143541410707522213624
Binary1111000111011001100001011100011110110010010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03632C; }

 p { color: rgb(3,99,44); }

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

<style>
 a { background-color: #03632C; }

 a { background-color: rgb(3,99,44); }

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

<style>
 span { border-color: #03632C; }

 span { border-color: rgb(3,99,44); }

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