#046921

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

Shades of Crusoe #046921

Tints of Crusoe #046921

Color information

#046921 (or 0x046921) is unknown color: approx Crusoe. HEX triplet: 04, 69 and 21. RGB value is (4,105,33). Sum of RGB (Red+Green+Blue) = 4+105+33=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 105 (41.41% from 255 or 73.94% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 105 - color contains mainly: green. Hex color #046921 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046921 is #FB96DE. Grayscale: #424242. Windows color (decimal): -16488159 or 2189572. OLE color: 2189572.

HSL color Cylindrical-coordinate representation of color #046921: hue angle of 137.23º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046921 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB410533-
CMYK0.9600.690.59
HSL137.23º92.66%21.37%-
HSV(B)137.23º96.19%41.18%-
XYZ5.3810.243.13-
YUV66.59109.0483.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.82%
GREEN value IS 105 (41.41% from 255) = 73.94%
BLUE value IS 33 (13.28% from 255) = 23.24%
R=2.82%
G=73.94%
B=23.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4105330.9600.690.59137.2392.6621.37
Hex46921600453B895d15
Octal41514114001057321113525
Binary100110100110000111000000100010111101110001001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046921; }

 p { color: rgb(4,105,33); }

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

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

 a { background-color: rgb(4,105,33); }

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

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

 span { border-color: rgb(4,105,33); }

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