#03621C

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

Shades of Crusoe #03621C

Tints of Crusoe #03621C

Color information

#03621C (or 0x03621C) is unknown color: approx Crusoe. HEX triplet: 03, 62 and 1C. RGB value is (3,98,28). Sum of RGB (Red+Green+Blue) = 3+98+28=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 98 (38.67% from 255 or 75.97% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 98 - color contains mainly: green. Hex color #03621C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03621C is #FC9DE3. Grayscale: #3D3D3D. Windows color (decimal): -16555492 or 1860099. OLE color: 1860099.

HSL color Cylindrical-coordinate representation of color #03621C: hue angle of 135.79º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03621C is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB39828-
CMYK0.9700.710.62
HSL135.79º94.06%19.8%-
HSV(B)135.79º96.94%38.43%-
XYZ4.618.842.56-
YUV61.61109.0386.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.33%
GREEN value IS 98 (38.67% from 255) = 75.97%
BLUE value IS 28 (11.33% from 255) = 21.71%
R=2.33%
G=75.97%
B=21.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal398280.9700.710.62135.7994.0619.8
Hex3621C610473E885e14
Octal31423414101077621013624
Binary1111000101110011000010100011111111010001000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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