#046A1C

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

Shades of Crusoe #046A1C

Tints of Crusoe #046A1C

Color information

#046A1C (or 0x046A1C) is unknown color: approx Crusoe. HEX triplet: 04, 6A and 1C. RGB value is (4,106,28). Sum of RGB (Red+Green+Blue) = 4+106+28=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 106 (41.80% from 255 or 76.81% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 106 - color contains mainly: green. Hex color #046A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046A1C is #FB95E3. Grayscale: #424242. Windows color (decimal): -16487908 or 1862148. OLE color: 1862148.

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

Color convert

RGB410628-
CMYK0.9600.740.58
HSL134.12º92.73%21.57%-
HSV(B)134.12º96.23%41.57%-
XYZ5.4110.422.82-
YUV66.61106.2183.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.90%
GREEN value IS 106 (41.80% from 255) = 76.81%
BLUE value IS 28 (11.33% from 255) = 20.29%
R=2.90%
G=76.81%
B=20.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4106280.9600.740.58134.1292.7321.57
Hex46A1C6004A3A865d16
Octal41523414001127220613526
Binary10011010101110011000000100101011101010000110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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