#03632D

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

Shades of Crusoe #03632D

Tints of Crusoe #03632D

Color information

#03632D (or 0x03632D) is unknown color: approx Crusoe. HEX triplet: 03, 63 and 2D. RGB value is (3,99,45). Sum of RGB (Red+Green+Blue) = 3+99+45=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 99 (39.06% from 255 or 67.35% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 99 - color contains mainly: green. Hex color #03632D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03632D is #FC9CD2. Grayscale: #404040. Windows color (decimal): -16555219 or 2974467. OLE color: 2974467.

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

Color convert

RGB39945-
CMYK0.9700.550.61
HSL146.25º94.12%20%-
HSV(B)146.25º96.97%38.82%-
XYZ4.979.133.98-
YUV64.14117.284.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.04%
GREEN value IS 99 (39.06% from 255) = 67.35%
BLUE value IS 45 (17.97% from 255) = 30.61%
R=2.04%
G=67.35%
B=30.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399450.9700.550.61146.2594.1220
Hex3632D610373D925e14
Octal3143551410677522213624
Binary1111000111011011100001011011111110110010010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03632D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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