#046328

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

Shades of Crusoe #046328

Tints of Crusoe #046328

Color information

#046328 (or 0x046328) is unknown color: approx Crusoe. HEX triplet: 04, 63 and 28. RGB value is (4,99,40). Sum of RGB (Red+Green+Blue) = 4+99+40=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 99 (39.06% from 255 or 69.23% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 99 - color contains mainly: green. Hex color #046328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046328 is #FB9CD7. Grayscale: #404040. Windows color (decimal): -16489688 or 2646788. OLE color: 2646788.

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

Color convert

RGB49940-
CMYK0.9600.600.61
HSL142.74º92.23%20.2%-
HSV(B)142.74º95.96%38.82%-
XYZ4.899.13.51-
YUV63.87114.5385.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.80%
GREEN value IS 99 (39.06% from 255) = 69.23%
BLUE value IS 40 (16.02% from 255) = 27.97%
R=2.80%
G=69.23%
B=27.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal499400.9600.600.61142.7492.2320.2
Hex463286003C3D8f5c14
Octal4143501400747521713424
Binary10011000111010001100000011110011110110001111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046328; }

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

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

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

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

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

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

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

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