#046C1E

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

Shades of Crusoe #046C1E

Tints of Crusoe #046C1E

Color information

#046C1E (or 0x046C1E) is unknown color: approx Crusoe. HEX triplet: 04, 6C and 1E. RGB value is (4,108,30). Sum of RGB (Red+Green+Blue) = 4+108+30=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 108 (42.58% from 255 or 76.06% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 108 - color contains mainly: green. Hex color #046C1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046C1E is #FB93E1. Grayscale: #444444. Windows color (decimal): -16487394 or 1993732. OLE color: 1993732.

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

Color convert

RGB410830-
CMYK0.9600.720.58
HSL135º92.86%21.96%-
HSV(B)135º96.3%42.35%-
XYZ5.6510.843.02-
YUV68.01106.5482.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.82%
GREEN value IS 108 (42.58% from 255) = 76.06%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=2.82%
G=76.06%
B=21.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4108300.9600.720.5813592.8621.96
Hex46C1E600483A875d16
Octal41543614001107220713526
Binary10011011001111011000000100100011101010000111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,108,30); }

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

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

 a { background-color: rgb(4,108,30); }

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

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

 span { border-color: rgb(4,108,30); }

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