#046128

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

Shades of Crusoe #046128

Tints of Crusoe #046128

Color information

#046128 (or 0x046128) is unknown color: approx Crusoe. HEX triplet: 04, 61 and 28. RGB value is (4,97,40). Sum of RGB (Red+Green+Blue) = 4+97+40=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 97 (38.28% from 255 or 68.79% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 97 - color contains mainly: green. Hex color #046128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046128 is #FB9ED7. Grayscale: #3E3E3E. Windows color (decimal): -16490200 or 2646276. OLE color: 2646276.

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

Color convert

RGB49740-
CMYK0.9600.590.62
HSL143.23º92.08%19.8%-
HSV(B)143.23º95.88%38.04%-
XYZ4.718.733.44-
YUV62.7115.1986.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.84%
GREEN value IS 97 (38.28% from 255) = 68.79%
BLUE value IS 40 (16.02% from 255) = 28.37%
R=2.84%
G=68.79%
B=28.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal497400.9600.590.62143.2392.0819.8
Hex461286003B3E8f5c14
Octal4141501400737621713424
Binary10011000011010001100000011101111111010001111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046128; }

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

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

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

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

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

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

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

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