#03621B

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

Shades of Crusoe #03621B

Tints of Crusoe #03621B

Color information

#03621B (or 0x03621B) is unknown color: approx Crusoe. HEX triplet: 03, 62 and 1B. RGB value is (3,98,27). Sum of RGB (Red+Green+Blue) = 3+98+27=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 98 (38.67% from 255 or 76.56% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 98 - color contains mainly: green. Hex color #03621B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03621B is #FC9DE4. Grayscale: #3D3D3D. Windows color (decimal): -16555493 or 1794563. OLE color: 1794563.

HSL color Cylindrical-coordinate representation of color #03621B: hue angle of 135.16º 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 #03621B is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB39827-
CMYK0.9700.720.62
HSL135.16º94.06%19.8%-
HSV(B)135.16º96.94%38.43%-
XYZ4.68.832.5-
YUV61.5108.5386.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.34%
GREEN value IS 98 (38.67% from 255) = 76.56%
BLUE value IS 27 (10.94% from 255) = 21.09%
R=2.34%
G=76.56%
B=21.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal398270.9700.720.62135.1694.0619.8
Hex3621B610483E875e14
Octal31423314101107620713624
Binary1111000101101111000010100100011111010000111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03621B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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