#046326

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

Shades of Crusoe #046326

Tints of Crusoe #046326

Color information

#046326 (or 0x046326) is unknown color: approx Crusoe. HEX triplet: 04, 63 and 26. RGB value is (4,99,38). Sum of RGB (Red+Green+Blue) = 4+99+38=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 99 (39.06% from 255 or 70.21% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 99 - color contains mainly: green. Hex color #046326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046326 is #FB9CD9. Grayscale: #3F3F3F. Windows color (decimal): -16489690 or 2515716. OLE color: 2515716.

HSL color Cylindrical-coordinate representation of color #046326: hue angle of 141.47º 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 #046326 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB49938-
CMYK0.9600.620.61
HSL141.47º92.23%20.2%-
HSV(B)141.47º95.96%38.82%-
XYZ4.869.093.33-
YUV63.64113.5385.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.84%
GREEN value IS 99 (39.06% from 255) = 70.21%
BLUE value IS 38 (15.23% from 255) = 26.95%
R=2.84%
G=70.21%
B=26.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal499380.9600.620.61141.4792.2320.2
Hex463266003E3D8d5c14
Octal4143461400767521513424
Binary10011000111001101100000011111011110110001101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046326; }

 p { color: rgb(4,99,38); }

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

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

 a { background-color: rgb(4,99,38); }

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

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

 span { border-color: rgb(4,99,38); }

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