#046119

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

Shades of Crusoe #046119

Tints of Crusoe #046119

Color information

#046119 (or 0x046119) is unknown color: approx Crusoe. HEX triplet: 04, 61 and 19. RGB value is (4,97,25). Sum of RGB (Red+Green+Blue) = 4+97+25=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 97 (38.28% from 255 or 76.98% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 97 - color contains mainly: green. Hex color #046119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046119 is #FB9EE6. Grayscale: #3D3D3D. Windows color (decimal): -16490215 or 1663236. OLE color: 1663236.

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

Color convert

RGB49725-
CMYK0.9600.740.62
HSL133.55º92.08%19.8%-
HSV(B)133.55º95.88%38.04%-
XYZ4.58.652.35-
YUV60.98107.6987.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.17%
GREEN value IS 97 (38.28% from 255) = 76.98%
BLUE value IS 25 (10.16% from 255) = 19.84%
R=3.17%
G=76.98%
B=19.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal497250.9600.740.62133.5592.0819.8
Hex461196004A3E865c14
Octal41413114001127620613424
Binary10011000011100111000000100101011111010000110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046119; }

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

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

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

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

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

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

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

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