#03631C

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

Shades of Crusoe #03631C

Tints of Crusoe #03631C

Color information

#03631C (or 0x03631C) is unknown color: approx Crusoe. HEX triplet: 03, 63 and 1C. RGB value is (3,99,28). Sum of RGB (Red+Green+Blue) = 3+99+28=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 99 (39.06% from 255 or 76.15% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 99 - color contains mainly: green. Hex color #03631C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03631C is #FC9CE3. Grayscale: #3E3E3E. Windows color (decimal): -16555236 or 1860355. OLE color: 1860355.

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

Color convert

RGB39928-
CMYK0.9700.720.61
HSL135.62º94.12%20%-
HSV(B)135.62º96.97%38.82%-
XYZ4.719.032.59-
YUV62.2108.785.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.31%
GREEN value IS 99 (39.06% from 255) = 76.15%
BLUE value IS 28 (11.33% from 255) = 21.54%
R=2.31%
G=76.15%
B=21.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399280.9700.720.61135.6294.1220
Hex3631C610483D885e14
Octal31433414101107521013624
Binary1111000111110011000010100100011110110001000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03631C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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