#046429

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

Shades of Crusoe #046429

Tints of Crusoe #046429

Color information

#046429 (or 0x046429) is unknown color: approx Crusoe. HEX triplet: 04, 64 and 29. RGB value is (4,100,41). Sum of RGB (Red+Green+Blue) = 4+100+41=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 100 (39.45% from 255 or 68.97% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 100 - color contains mainly: green. Hex color #046429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046429 is #FB9BD6. Grayscale: #404040. Windows color (decimal): -16489431 or 2712580. OLE color: 2712580.

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

Color convert

RGB410041-
CMYK0.9600.590.61
HSL143.12º92.31%20.39%-
HSV(B)143.12º96%39.22%-
XYZ5.019.33.63-
YUV64.57114.784.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.76%
GREEN value IS 100 (39.45% from 255) = 68.97%
BLUE value IS 41 (16.41% from 255) = 28.28%
R=2.76%
G=68.97%
B=28.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4100410.9600.590.61143.1292.3120.39
Hex464296003B3D8f5c14
Octal4144511400737521713424
Binary10011001001010011100000011101111110110001111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046429; }

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

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

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

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

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

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

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

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