#046A2D

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

Shades of Crusoe #046A2D

Tints of Crusoe #046A2D

Color information

#046A2D (or 0x046A2D) is unknown color: approx Crusoe. HEX triplet: 04, 6A and 2D. RGB value is (4,106,45). Sum of RGB (Red+Green+Blue) = 4+106+45=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 106 (41.80% from 255 or 68.39% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 106 - color contains mainly: green. Hex color #046A2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046A2D is #FB95D2. Grayscale: #444444. Windows color (decimal): -16487891 or 2976260. OLE color: 2976260.

HSL color Cylindrical-coordinate representation of color #046A2D: hue angle of 144.12º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046A2D is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB410645-
CMYK0.9600.580.58
HSL144.12º92.73%21.57%-
HSV(B)144.12º96.23%41.57%-
XYZ5.6810.524.21-
YUV68.55114.7181.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.58%
GREEN value IS 106 (41.80% from 255) = 68.39%
BLUE value IS 45 (17.97% from 255) = 29.03%
R=2.58%
G=68.39%
B=29.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4106450.9600.580.58144.1292.7321.57
Hex46A2D6003A3A905d16
Octal4152551400727222013526
Binary10011010101011011100000011101011101010010000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046A2D; }

 p { color: rgb(4,106,45); }

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

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

 a { background-color: rgb(4,106,45); }

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

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

 span { border-color: rgb(4,106,45); }

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