#046421

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

Shades of Crusoe #046421

Tints of Crusoe #046421

Color information

#046421 (or 0x046421) is unknown color: approx Crusoe. HEX triplet: 04, 64 and 21. RGB value is (4,100,33). Sum of RGB (Red+Green+Blue) = 4+100+33=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 100 (39.45% from 255 or 72.99% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 100 - color contains mainly: green. Hex color #046421 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046421 is #FB9BDE. Grayscale: #3F3F3F. Windows color (decimal): -16489439 or 2188292. OLE color: 2188292.

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

Color convert

RGB410033-
CMYK0.9600.670.61
HSL138.12º92.31%20.39%-
HSV(B)138.12º96%39.22%-
XYZ4.889.252.97-
YUV63.66110.785.45-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.92%
GREEN value IS 100 (39.45% from 255) = 72.99%
BLUE value IS 33 (13.28% from 255) = 24.09%
R=2.92%
G=72.99%
B=24.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4100330.9600.670.61138.1292.3120.39
Hex46421600433D8a5c14
Octal41444114001037521213424
Binary100110010010000111000000100001111110110001010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046421; }

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

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

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

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

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

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

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

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