#046121

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

Shades of Crusoe #046121

Tints of Crusoe #046121

Color information

#046121 (or 0x046121) is unknown color: approx Crusoe. HEX triplet: 04, 61 and 21. RGB value is (4,97,33). Sum of RGB (Red+Green+Blue) = 4+97+33=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 97 (38.28% from 255 or 72.39% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 97 - color contains mainly: green. Hex color #046121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046121 is #FB9EDE. Grayscale: #3E3E3E. Windows color (decimal): -16490207 or 2187524. OLE color: 2187524.

HSL color Cylindrical-coordinate representation of color #046121: hue angle of 138.71º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046121 is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB49733-
CMYK0.9600.660.62
HSL138.71º92.08%19.8%-
HSV(B)138.71º95.88%38.04%-
XYZ4.68.692.87-
YUV61.9111.6986.7-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.99%
GREEN value IS 97 (38.28% from 255) = 72.39%
BLUE value IS 33 (13.28% from 255) = 24.63%
R=2.99%
G=72.39%
B=24.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal497330.9600.660.62138.7192.0819.8
Hex46121600423E8b5c14
Octal41414114001027621313424
Binary100110000110000111000000100001011111010001011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046121; }

 p { color: rgb(4,97,33); }

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

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

 a { background-color: rgb(4,97,33); }

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

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

 span { border-color: rgb(4,97,33); }

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